[GitHub] spark pull request: [SPARK-4774] Makes HiveFromSpark more portable

2014-12-05 Thread ksakellis
GitHub user ksakellis opened a pull request: https://github.com/apache/spark/pull/3628 [SPARK-4774] Makes HiveFromSpark more portable HiveFromSpark read the kv1.txt file from SPARK_HOME/examples/src/main/resources/kv1.txt which assumed you had a source tree checked out. Now we

[GitHub] spark pull request: [SPARK-4774] Makes HiveFromSpark more portable

2014-12-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3628#issuecomment-65879463 [Test build #24201 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24201/consoleFull) for PR 3628 at commit

[GitHub] spark pull request: [SPARK-4774] Makes HiveFromSpark more portable

2014-12-05 Thread vanzin
Github user vanzin commented on the pull request: https://github.com/apache/spark/pull/3628#issuecomment-65879460 Looks ok aside from the cleanup issue. --- 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

[GitHub] spark pull request: [SPARK-4774] Makes HiveFromSpark more portable

2014-12-05 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/3628#discussion_r21412176 --- Diff: examples/src/main/scala/org/apache/spark/examples/sql/hive/HiveFromSpark.scala --- @@ -24,10 +28,16 @@ import org.apache.spark.sql.hive.HiveContext

[GitHub] spark pull request: [SPARK-4774] Makes HiveFromSpark more portable

2014-12-05 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/3628#issuecomment-65880042 Thanks for doing this! Mind adding `[SQL]` to the PR title? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as