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

[jira] [Commented] (SPARK-3729) Null-pointer when constructing a HiveContext when settings are present

    [ https://issues.apache.org/jira/browse/SPARK-3729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14152113#comment-14152113 ] 

Apache Spark commented on SPARK-3729:
-------------------------------------

User 'marmbrus' has created a pull request for this issue:
https://github.com/apache/spark/pull/2583

> Null-pointer when constructing a HiveContext when settings are present
> ----------------------------------------------------------------------
>
>                 Key: SPARK-3729
>                 URL: https://issues.apache.org/jira/browse/SPARK-3729
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Michael Armbrust
>            Assignee: Michael Armbrust
>            Priority: Blocker
>
> {code}
> java.lang.NullPointerException
> 	at org.apache.spark.sql.hive.HiveContext.runHive(HiveContext.scala:307)
> 	at org.apache.spark.sql.hive.HiveContext.runSqlHive(HiveContext.scala:270)
> 	at org.apache.spark.sql.hive.HiveContext.setConf(HiveContext.scala:242)
> 	at org.apache.spark.sql.SQLContext$$anonfun$1.apply(SQLContext.scala:79)
> 	at org.apache.spark.sql.SQLContext$$anonfun$1.apply(SQLContext.scala:78)
> 	at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
> 	at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:108)
> 	at org.apache.spark.sql.SQLContext.<init>(SQLContext.scala:78)
> 	at org.apache.spark.sql.hive.HiveContext.<init>(HiveContext.scala:76)
> ...
> {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