Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Not a valid JAR

avatar
New Member

I am trying to execute a mapreduce function written in Python thru a Hadoop Sandbox via Terminal on MacOS.

I am connected to the sandbox (v2.6) via centOS which are all working fine.

The same python function runs successfully on my machine(locally) via Terminal.

Any clue as to how to fix this?

17500-sec2-lec12-with-current.jpg

Many Thanks,

Z

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Zack M

There looks like a type mistake in your PATH Please check "haddop" .. it should be "hadoop" (The Jar name is not correct).

Your PATH:

/usr/hdp/current/haddop-mapreduce-client/hadoop-streaming.jar

The path should be

/usr/hdp/current/hadoop-mapreduce-client/hadoop-streaming.jar

.

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@Zack M

There looks like a type mistake in your PATH Please check "haddop" .. it should be "hadoop" (The Jar name is not correct).

Your PATH:

/usr/hdp/current/haddop-mapreduce-client/hadoop-streaming.jar

The path should be

/usr/hdp/current/hadoop-mapreduce-client/hadoop-streaming.jar

.

avatar
New Member

Yes, you are right. Never imagined it would be a typo, thanks though!