He means for you to use jstack to obtain a stacktrace of all of the threads. Or are you saying that the Java process never even starts?
On Mon, Nov 16, 2015 at 7:48 AM, Kayode Odeyemi <[email protected]> wrote: > Spark 1.5.1 > > The fact is that there's no stack trace. No output from that command at > all to the console. > > This is all I get: > > hadoop-user@yks-hadoop-m01:/usr/local/spark/bin$ tail -10000 > /tmp/spark-profile-job.log > nohup: ignoring input > /usr/local/spark/bin/spark-class: line 76: 29516 Killed > "$RUNNER" -cp "$LAUNCH_CLASSPATH" org.apache.spark.launcher.Main "$@" > > > On Mon, Nov 16, 2015 at 5:22 PM, Ted Yu <[email protected]> wrote: > >> Which release of Spark are you using ? >> >> Can you take stack trace and pastebin it ? >> >> Thanks >> >> On Mon, Nov 16, 2015 at 5:50 AM, Kayode Odeyemi <[email protected]> >> wrote: >> >>> ./spark-submit --class com.migration.UpdateProfiles --executor-memory 8g >>> ~/migration-profiles-0.1-SNAPSHOT.jar >>> >>> is stuck and outputs nothing to the console. >>> >>> What could be the cause of this? Current max heap size is 1.75g and it's >>> only using 1g. >>> >>> >> > > > -- > Odeyemi 'Kayode O. > http://ng.linkedin.com/in/kayodeodeyemi. t: @charyorde >
