You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2014/10/21 20:31:34 UTC

[jira] [Created] (SPARK-4037) NPE in JDBC server when calling SET

Michael Armbrust created SPARK-4037:
---------------------------------------

             Summary: NPE in JDBC server when calling SET
                 Key: SPARK-4037
                 URL: https://issues.apache.org/jira/browse/SPARK-4037
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Michael Armbrust
            Assignee: Cheng Lian
            Priority: Blocker


{code}
SET spark.sql.shuffle.partitions=10;
{code}

{code}
14/10/21 18:00:47 ERROR server.SparkSQLOperationManager: Error executing query:
java.lang.NullPointerException
	at org.apache.spark.sql.hive.HiveContext.runHive(HiveContext.scala:309)
	at org.apache.spark.sql.hive.HiveContext.runSqlHive(HiveContext.scala:272)
	at org.apache.spark.sql.hive.HiveContext.setConf(HiveContext.scala:244)
	at org.apache.spark.sql.execution.SetCommand.sideEffectResult$lzycompute(commands.scala:64)
...
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org