Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I follow this "Uploading files to HDFS" (https://help.talend.com/reader/0ty~N1_rUq82hgAUqEuIuw/CYWjbyMVFtzsjkT1MKipQA)
But console error "No match file(*) exists!"
I guess l
I guess Because there's only directory, not files in "Local directory path"...
so If I want to put all Directories, subdirectories and files in HDFS.
Is it possible?
if it's possible how should I made it?
please let me know
Thanks in advance
@Barnum , your job design should be like below.
Thanks for reply.
If I follow your solution
which one I should choose in local directory?
@Barnum , current file directory
Thank you for your solution..
and one more quick question.
I got a permission problem when put files on HDFS.
and I just type "root" cause there isn't password input box..
how can I Access root authority?
@Barnum, you need to check that root use does have write permissions.
This is my Authority..
and I guess there isn't problem.
I type "root" when I use HDFSPut Username
@Barnum , try with root user with out password.
I already use "root" in Username
and also doesn't have password input already
I solved permission problem.
and files are upload nicely
but only files are upload doesn't create directories