Replies: 3 comments 3 replies
-
did you add your own HDFS plugin? |
Beta Was this translation helpful? Give feedback.
-
I take a lot of time to test many configurations and read many documentations, eliminate potential errors from the kerberos configuration, by setting up a test connection to another HDFS without Kerberos authentication, but i've still been unable to resolve that. I still have the same output error. However when I tested another VFS file system types (http, ftp, gz, ...) Apache hop recognizes them and didn't prepend them with I start having a doubt on resolving this issue when i saw a youtube video that broadcast a discussion session between Apache hop developers and his community, when someone explained the same difficults than me to get and put files on hdfs. One of the Apache hop developers acknowledged that the documentation on configuration, the various options and the use of hdfs was not sufficient and said that it would be updated as has been done for other vfs like azure, aws... Even though the video is about 3 years old, there's nothing online or on the Apache hop website. No more recent communication on this subject. I really really appreciate your help. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Any progress? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to create file transformation pipelines by downloading input files from remote HDFS and storing outputs file on the same remote HDFS. Kerberos is used to connect to my hadoop cluster.
On my local machine, I did the following steps:
JAVA_HOME
,HADOOP_CONF_DIR
andHADOOP_OPTS
).hdfs dfs -ls hdfs://clusterhadoop/user
=> successhop/config/hop-config.json
hadoop-common-3.1.1.jar
andhadoop-hdfs-3.1.1.jar
files to thehdfs/lib
directory created inhop/plugins/tech/hdfs/
[org.apache.hadoop.fs.hdfs.HdfsFileSystem]
and path to jar librairies above.After all that, I still can't see the contents of my HDFS from the CSV File Input or TextFIle Input. I get this error:
Can anyone help me? Thanks in advance for your time.
Beta Was this translation helpful? Give feedback.
All reactions