[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-27 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222068338 Sure, will do. Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-27 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222067330 Can we also update the test suites used in machine learning? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13337 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222064734 Merging in master/2.0. Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222064704 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222064703 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222064577 **[Test build #59458 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59458/consoleFull)** for PR 13337 at commit

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222056113 **[Test build #59458 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59458/consoleFull)** for PR 13337 at commit

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222030380 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222030381 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222030224 **[Test build #59421 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59421/consoleFull)** for PR 13337 at commit

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222023413 Sure, will do. Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222023117 Maybe move it into SQLContextSuite ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222022807 Originally, `ListTableSuite` was added to test the API `tables` in `SQLContext` ```Scala def tables(databaseName: String): DataFrame = {

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222020295 What's the reason that ListTablesSuite should not be ported? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13337#issuecomment-222014092 **[Test build #59421 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59421/consoleFull)** for PR 13337 at commit

[GitHub] spark pull request: [SPARK-15529] [SQL] Replace SQLContext and Hiv...

2016-05-26 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/13337 [SPARK-15529] [SQL] Replace SQLContext and HiveContext with SparkSession in Test What changes were proposed in this pull request? This PR is to use the new entrance `Sparksession` to