[jira] [Commented] (HIVE-12616) NullPointerException when spark session is reused to run a mapjoin

2016-03-24 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15210116#comment-15210116 ] Hive QA commented on HIVE-12616: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-12616) NullPointerException when spark session is reused to run a mapjoin

2015-12-14 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057239#comment-15057239 ] Xuefu Zhang commented on HIVE-12616: +1 [~nemon], could you create a followup JIRA that covers the

[jira] [Commented] (HIVE-12616) NullPointerException when spark session is reused to run a mapjoin

2015-12-14 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15055934#comment-15055934 ] Hive QA commented on HIVE-12616: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-12616) NullPointerException when spark session is reused to run a mapjoin

2015-12-13 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15055514#comment-15055514 ] Hive QA commented on HIVE-12616: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-12616) NullPointerException when spark session is reused to run a mapjoin

2015-12-10 Thread Nemon Lou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15050888#comment-15050888 ] Nemon Lou commented on HIVE-12616: -- [~xuefuz], thanks for review . It is not surprising that you doubt

[jira] [Commented] (HIVE-12616) NullPointerException when spark session is reused to run a mapjoin

2015-12-10 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052100#comment-15052100 ] Xuefu Zhang commented on HIVE-12616: Thanks for the explanation. I guess the problem is that user

[jira] [Commented] (HIVE-12616) NullPointerException when spark session is reused to run a mapjoin

2015-12-09 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15050087#comment-15050087 ] Xuefu Zhang commented on HIVE-12616: [~nemon], thanks for the patch. Looking at the patch, I'm not

[jira] [Commented] (HIVE-12616) NullPointerException when spark session is reused to run a mapjoin

2015-12-09 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15049898#comment-15049898 ] Hive QA commented on HIVE-12616: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-12616) NullPointerException when spark session is reused to run a mapjoin

2015-12-08 Thread Nemon Lou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15046645#comment-15046645 ] Nemon Lou commented on HIVE-12616: -- The following exception is found from excutors' log {noformat}

[jira] [Commented] (HIVE-12616) NullPointerException when spark session is reused to run a mapjoin

2015-12-08 Thread Nemon Lou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15046799#comment-15046799 ] Nemon Lou commented on HIVE-12616: -- Another finding.Setting spark.master explicitly can also fix this.

[jira] [Commented] (HIVE-12616) NullPointerException when spark session is reused to run a mapjoin

2015-12-08 Thread Nemon Lou (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15046791#comment-15046791 ] Nemon Lou commented on HIVE-12616: -- Method SparkUtilities#isDedicatedCluster {code} public static

[jira] [Commented] (HIVE-12616) NullPointerException when spark session is reused to run a mapjoin

2015-12-08 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15046982#comment-15046982 ] Xuefu Zhang commented on HIVE-12616: [~nemon], thanks for reporting and investigating the problem. I