Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Issue on JSON files copy on Hadoop

Hi I am trying to extract JSON files from one HDFS location to another HDFS location. I Have followed the proper component and properties set up but yet not see it is functioning although job runs fine. I don't see the put component putting files to destination folder. Can somebody please help me on this?

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello,

Are your HDFS cluster running with or without kerberos authentication? If your HDFS cluster running without kerberos authentication, you can extract JSON files from one HDFS location to another HDFS location.

In tHDFSPut component, you have to define local directory where are stored the files to be loaded in to HDFS.

The workflow looks like:tHDFSConnection-->tHDFSList-->tHDFSGet(load your json files into local)-->tHDFSPut(copies files from an user-defined directory, pastes them into a given Hadoop distributed file system)

Best regards

Sabrina