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: 
msdawood
Contributor III
Contributor III

Talend Spark Job issue with Hive

Hi Team,

 

I'm using Talend Data Fabric 7.1.2 and I'm trying to read Avro file in HDFS and load into Hive table, I'm getting below error (Attached detailed Error)

 

Caused by: java.lang.ClassNotFoundException: org.apache.tez.dag.api.SessionNotRunning

 

0683p000009M8Ka.png

 

Thanks,

Mohammed

Labels (3)
5 Replies
Anonymous
Not applicable

Hi,

 

    Could you please double check whether you have installed all the dependent jar files for the Hive and HDFS components? Usually Studio will prompt you to install them.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved

msdawood
Contributor III
Contributor III
Author

Yes, we have crossed checked ,all the depended jars are installed...
Anonymous
Not applicable

Hi,

 

   Could you please advise which jar you are trying to load using tLibraryLoad component? If all modules are loaded, I believe you do not need the tLibraryLoad component in your job.

 

   In worst case, if you are trying to load the libraries manually, could you please check whether you have added import command in the advance section of tLibraryLoad? Lets also check opinion of @rhall  and @xdshi 

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved

Anonymous
Not applicable

Hello,

From error message, it seems that there is configuration problem for the Tez jars. Could you please precise your environment? What's hadoop version are you using? Are you using Tez as engine for Hive instead of MR?

Best regards

Sabrina

msdawood
Contributor III
Contributor III
Author

Yes @xdshi We are using Tez as engine for Hive

We are using EMR 5.15.0(Hadoop 2.8.3) 

 

@nthampi  We are importing jersey-client-1.9.jar