Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Dismissed
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
External Participants:
-
HD-Chapter:Data
-
HD-Enabler:Cosmos
Description
Hello,
I'm trying to run a job via Cosmos GE to compute a simple "wordcount".
Attached there are screenshots about my doubt:
in particular in "screen 1" - I see that the token I receive is ok and
the response is "200 ok",
after running the "wordcount" job ("screen 2") I can't see the output
file by digiting the "LISTSTATUS" command.
How can I verify the correctness of the output?
Can you help me?
Thank you in advance.
Best regards,
Giovanni Parrino
__________________________________________________________________________________________
You can get more information about our cookies and privacy policies on the following links:
- http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE_Privacy_Policy
- http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Cookies_Policy_FIWARE
Fiware-lab-help mailing list
Fiware-lab-help@lists.fiware.org
https://lists.fiware.org/listinfo/fiware-lab-help
[Created via e-mail received from: g.parrino@almadigit.com]
Hello,
Please run your job again right now and after you get the 200 response, execute this command
curl -i -L -X GET "http://storage.dit.upm.es:14000/webhdfs/v1/user/casmob/your-directory-output?op=liststatus&user.name=casmob" -H "X-Auth-Token: XXXXXXXX"
Please tell me what you get after the execution of that command