Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Spark HDFS Exception

Hello,
I try to use the spark components within talends big data sandbox.
I build up a simple job that only filters some lines out of a clickstream file.
The job ends with this Exception:
java.net.URISyntaxException: Relative path in absolute URI: hdfs::/localhost.localdomain:8022/user/talend/clickstream_demo/output

Does anybody have some suggestions for me how to solve this problem?
Thanks
Robert
Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

easy to fix
hdfs://localhost.localdomain:8022/...

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi Robert, 
Where is the location of click stream file? if it is in HDFS, then provide the absolute path for hdfs folder location on your drive... 
have you checked similar discussion at 
http://stackoverflow.com/questions/25334604/hadoop-java-net-urisyntaxexception-relative-path-in-abso...
Vaibhav
Anonymous
Not applicable
Author

easy to fix
hdfs://localhost.localdomain:8022/...