[GitHub] spark pull request #20325: [SPARK-22808][DOCS] add insertInto when save hive...

2018-01-21 Thread brandonJY
Github user brandonJY closed the pull request at: https://github.com/apache/spark/pull/20325 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20325: [SPARK-22808][DOCS] add insertInto when save hive...

2018-01-21 Thread brandonJY
Github user brandonJY commented on a diff in the pull request: https://github.com/apache/spark/pull/20325#discussion_r162837134 --- Diff: docs/sql-programming-guide.md --- @@ -580,6 +580,9 @@ default local Hive metastore (using Derby) for you. Unlike the `createOrReplaceT

[GitHub] spark pull request #20325: [SPARK-22808][DOCS] add insertInto when save hive...

2018-01-20 Thread brandonJY
Github user brandonJY commented on a diff in the pull request: https://github.com/apache/spark/pull/20325#discussion_r162781167 --- Diff: docs/sql-programming-guide.md --- @@ -580,6 +580,9 @@ default local Hive metastore (using Derby) for you. Unlike the `createOrReplaceT

[GitHub] spark pull request #20325: [SPARK-22808][DOCS] add insertInto when save hive...

2018-01-18 Thread brandonJY
GitHub user brandonJY opened a pull request: https://github.com/apache/spark/pull/20325 [SPARK-22808][DOCS] add insertInto when save hive built dataframe ## What changes were proposed in this pull request? based on https://issues.apache.org/jira/browse/SPARK-22808

[GitHub] spark pull request #20312: [Docs] change to dataset for java code in structu...

2018-01-18 Thread brandonJY
GitHub user brandonJY opened a pull request: https://github.com/apache/spark/pull/20312 [Docs] change to dataset for java code in structured-streaming-kafka-integration document ## What changes were proposed in this pull request? In latest structured-streaming-kafka

[GitHub] spark pull request #18878: fix issue with spark-submit with java

2017-08-08 Thread brandonJY
Github user brandonJY closed the pull request at: https://github.com/apache/spark/pull/18878 --- 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

[GitHub] spark issue #18878: fix issue with spark-submit with java

2017-08-08 Thread brandonJY
Github user brandonJY commented on the issue: https://github.com/apache/spark/pull/18878 Never mind. I found it is actually something in my config. Silly mistake. Sorry for the trouble. Closing this PR now. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark issue #18878: fix issue with spark-submit with java

2017-08-08 Thread brandonJY
Github user brandonJY commented on the issue: https://github.com/apache/spark/pull/18878 Running spark 2.2.0 standalone mode in Ubuntu 16.04 LTS. It interprets classpath with the quote. E.g. for classname=`foo`, it interprets it as `"foo"` Probably it is just a environ

[GitHub] spark pull request #18878: fix issue with spark-submit with java

2017-08-07 Thread brandonJY
GitHub user brandonJY opened a pull request: https://github.com/apache/spark/pull/18878 fix issue with spark-submit with java ## What changes were proposed in this pull request? remove quote when specifying class using spark-submit in command line. Specifying java class