
Anonymous
Not applicable
2018-07-15
11:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Calling Hadoop Java code in MapReduce Job
HI Team,
I have a custom java code which was written using MapReduce libraries. I was able to run the jar file successfully on Hadoop cluster. But, while I am running the same jar in "Big Data Batch Job" with tLibraryLoad, I am getting Error like, could not be able to load main class.Could any one help me, what am I missing.
Note: command to run the Jar in cluster
hadoop jar <jarName> <className> <arg1> <arg2>
Run Arguments in Talend Job:
<className>
<arg1>
<arg2>
168 Views
1 Reply

Anonymous
Not applicable
2018-07-30
04:23 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Are you using tJava or tJavaRow components to write custom java code in your spark batch job?
Best regards
Sabrina
168 Views
