Details
-
Type:
extRequest
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
Sender Email:
-
HD-Chapter:Data
-
HD-Enabler:Cosmos
Description
Davide sent a message using the contact form at http://catalogue.fiware.org/.
dear sir, I have a problem of Permission in the step 3 of the guide:
https://github.com/telefonicaid/fiware-cosmos/blob/develop/doc/manuals/quick_start_guide_new.md#section3.1.
{"RemoteException":{"message":"Permission denied: user=davide-midori,
access=WRITE,
inode=\"\/user\":hdfs:hdfs:drwxr-xr-x","exception":"AccessControlException","javaClassName":"org.apache.hadoop.security.AccessControlException"}};
my curl command was: curl -X PUT
"http://storage.cosmos.lab.fiware.org:14000/webhdfs/v1/user/davide-midori/csvfile?op=MKDIRS&user.name=davide-midori"
-H "X-Auth-token:fzQ0KUbGbB3OwTk3bIuG4lLkNUTRmt". Thank you for the
attenction. Regards.
Since January 1st, old domains won't be supported and messages sent to any domain different to @lists.fiware.org will be lost.
Please, send your messages using the new domain (Fiware-tech-help@lists.fiware.org) instead of the old one.
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help@lists.fiware.org
https://lists.fiware.org/listinfo/fiware-tech-help
[Created via e-mail received from: davide.comba@midorisrl.eu]
The issue has been emailed:
HELP-6767) [Fiware-tech-help] [BigData Analysis - Cosmos] cosmos *Hi Davide,
the token generation should occur just once, since AFAIK, FIWARE tokens don’t expire (this is something the Identiy Manager people is working on). So, my recommendation is you use a simple curl for that purpose and pass the token as a parameter of your application. Anyway, the cerificate must renewed for sure, I’ll try to do it ASAP.