simr icon indicating copy to clipboard operation
simr copied to clipboard

java.lang.UnsatisfiedLinkError when running on MapR

Open jerryyanmj opened this issue 10 years ago • 1 comments

Hi, I used your framework to run a spark job and it worked nicely on CDH4. Now, I want to move the job to MapR. The installation I have is using hadoop-0.20.2. I followed your instruction to build the jar files and uploaded to the cluster. However, after I ran ./simr --shell, the Scala shell never showed up in command line. It kept showing in the log file and it seems like it is running in an infinite loop. Below is the log.

Welcome to ____ __ / / ___ / / \ / _ / _ `/ __/ '/ // .__/,// //_\ version 0.8.1 /_/

Using Scala version 2.9.3 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_65) Initializing interpreter... Creating SparkContext... Spark context available as sc. Type in expressions to have them evaluated. Type :help for more information.

Welcome to ____ __ / / ___ / / \ / _ / _ `/ __/ '/ // .__/,// //_\ version 0.8.1 /_/

Using Scala version 2.9.3 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_65) Initializing interpreter... Creating SparkContext... Spark context available as sc. Type in expressions to have them evaluated. Type :help for more information.

jerryyanmj avatar Jul 15 '14 12:07 jerryyanmj

How to have SIMR with java 1.7. If we get SIMR compiled with java 1.7 then that would be great help.

raychaudhuri-amitava avatar Nov 03 '14 19:11 raychaudhuri-amitava