Re: Issue with Spark-1.1.0 and the start-thriftserver.sh script

2014-09-26 Thread Cheng Lian
Hi Helene, Thanks for the report. In Spark 1.1, we use a special exit code to indicate |SparkSubmit| fails because of class not found. But unfortunately I chose a not so special exit code — 1… So whenever the process exit with 1 as exit code, the |-Phive| error message is shown. A PR that cha

Issue with Spark-1.1.0 and the start-thriftserver.sh script

2014-09-25 Thread Hélène Delanoeye
Hi We've just experienced an issue with the new Spark-1.1.0 and the start-thriftserver.sh script. We tried to launch start-thriftserver.sh with "--master yarn" option and got the following error message : Failed to load Hive Thrift server main class org.apache.spark.sql.hive.thriftserver.Hiv