[jira] [Updated] (SPARK-22560) Must create spark session directly to connect to hive

2017-11-22 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen updated SPARK-22560: -- Target Version/s: (was: 2.2.0) Fix Version/s: (was: 2.2.0) > Must create spark session dir

[jira] [Updated] (SPARK-22560) Must create spark session directly to connect to hive

2017-11-21 Thread Ran Mingxuan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ran Mingxuan updated SPARK-22560: - Affects Version/s: 2.2.0 > Must create spark session directly to connect to hive > --

[jira] [Updated] (SPARK-22560) Must create spark session directly to connect to hive

2017-11-21 Thread Ran Mingxuan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ran Mingxuan updated SPARK-22560: - Description: In a java project I have to use both JavaSparkContext and SparkSession. I find the

[jira] [Updated] (SPARK-22560) Must create spark session directly to connect to hive

2017-11-20 Thread Ran Mingxuan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ran Mingxuan updated SPARK-22560: - Description: In a java project I have to use both JavaSparkContext and SparkSession. I find the

[jira] [Updated] (SPARK-22560) Must create spark session directly to connect to hive

2017-11-20 Thread Ran Mingxuan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ran Mingxuan updated SPARK-22560: - Description: In a java project I have to use both JavaSparkContext and SparkSession. I find the

[jira] [Updated] (SPARK-22560) Must create spark session directly to connect to hive

2017-11-20 Thread Ran Mingxuan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-22560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ran Mingxuan updated SPARK-22560: - Description: I have built a spark job like below: {code:java} // wrong code public void main(Str