[GitHub] spark issue #21534: [SPARK-24526][build][test-maven] Spaces in the build dir...

2018-06-17 Thread trystanleftwich
Github user trystanleftwich commented on the issue: https://github.com/apache/spark/pull/21534 @HyukjinKwon Updated the title per your request. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

[GitHub] spark pull request #21534: [SPARK-24526][build] Spaces in the build dir caus...

2018-06-11 Thread trystanleftwich
GitHub user trystanleftwich opened a pull request: https://github.com/apache/spark/pull/21534 [SPARK-24526][build] Spaces in the build dir causes failures in the build/mvn script ## What changes were proposed in this pull request? Fix the call to ${MVN_BIN

[GitHub] spark issue #12824: [SPARK-15046] When running hive-thriftserver with yarn o...

2016-06-14 Thread trystanleftwich
Github user trystanleftwich commented on the issue: https://github.com/apache/spark/pull/12824 @vanzin please take it, I don't have time to finish this off. Apologies. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] spark pull request #12824: [SPARK-15046] When running hive-thriftserver with...

2016-06-14 Thread trystanleftwich
Github user trystanleftwich closed the pull request at: https://github.com/apache/spark/pull/12824 --- 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

[GitHub] spark pull request: [SPARK-15046] When running hive-thriftserver w...

2016-05-27 Thread trystanleftwich
Github user trystanleftwich commented on the pull request: https://github.com/apache/spark/pull/12824#issuecomment-222153725 @tgravescs This was the default value that was causing this error. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SPARK-15046] When running hive-thriftserver w...

2016-05-01 Thread trystanleftwich
GitHub user trystanleftwich opened a pull request: https://github.com/apache/spark/pull/12824 [SPARK-15046] When running hive-thriftserver with yarn on a secure ## What changes were proposed in this pull request? Changed it so when you ask for the variable

[GitHub] spark pull request: [SPARK-12868] - ADD JAR via sparkSQL JDBC will...

2016-02-03 Thread trystanleftwich
Github user trystanleftwich commented on the pull request: https://github.com/apache/spark/pull/11026#issuecomment-179424907 I'm not sure what the best way to test the code would be, I've made a stab at it but any suggestions for it would be good. --- If your project is set up

[GitHub] spark pull request: [SPARK-12868] - ADD JAR via sparkSQL JDBC will...

2016-02-02 Thread trystanleftwich
GitHub user trystanleftwich opened a pull request: https://github.com/apache/spark/pull/11026 [SPARK-12868] - ADD JAR via sparkSQL JDBC will fail when using a HDFS… … sql, for 1.6 You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] spark pull request: [SPARK-12868] - ADD JAR via sparkSQL JDBC will...

2016-01-17 Thread trystanleftwich
GitHub user trystanleftwich opened a pull request: https://github.com/apache/spark/pull/10797 [SPARK-12868] - ADD JAR via sparkSQL JDBC will fail when using a HDFS… … URL You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] spark pull request: [SPARK-11052] Spaces in the build dir causes f...

2015-10-12 Thread trystanleftwich
Github user trystanleftwich commented on a diff in the pull request: https://github.com/apache/spark/pull/9065#discussion_r41761657 --- Diff: make-distribution.sh --- @@ -121,7 +121,7 @@ if [ $(command -v git) ]; then fi -if [ ! $(command -v "

[GitHub] spark pull request: [SPARK-11052] Spaces in the build dir causes f...

2015-10-10 Thread trystanleftwich
GitHub user trystanleftwich opened a pull request: https://github.com/apache/spark/pull/9065 [SPARK-11052] Spaces in the build dir causes failures in the build/mv… …n script You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] spark pull request: [SPARK-6196][build]Add MAPR 4.0.2 support to t...

2015-06-26 Thread trystanleftwich
GitHub user trystanleftwich opened a pull request: https://github.com/apache/spark/pull/7047 [SPARK-6196][build]Add MAPR 4.0.2 support to the build You can merge this pull request into a Git repository by running: $ git pull https://github.com/trystanleftwich/spark SPARK-6196

[GitHub] spark pull request: [SPARK-6196][build]Add MAPR 4.0.2 support to t...

2015-04-14 Thread trystanleftwich
Github user trystanleftwich closed the pull request at: https://github.com/apache/spark/pull/4928 --- 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

[GitHub] spark pull request: [SPARK-6196][build]Add MAPR 4.0.2 support to t...

2015-03-05 Thread trystanleftwich
GitHub user trystanleftwich opened a pull request: https://github.com/apache/spark/pull/4928 [SPARK-6196][build]Add MAPR 4.0.2 support to the build You can merge this pull request into a Git repository by running: $ git pull https://github.com/AtScaleInc/spark master

[GitHub] spark pull request: [SPARK-6144]When in cluster mode using ADD JAR...

2015-03-04 Thread trystanleftwich
Github user trystanleftwich commented on the pull request: https://github.com/apache/spark/pull/4881#issuecomment-77208611 So to confirm, i think this function needs to be able to handle 5 states: Path is a dir which has subdirs (structure is hdfs://foo/foo1/foo2.jar

[GitHub] spark pull request: [SPARK-6144]When in cluster mode using ADD JAR...

2015-03-04 Thread trystanleftwich
Github user trystanleftwich closed the pull request at: https://github.com/apache/spark/pull/4881 --- 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

[GitHub] spark pull request: [SPARK-6144]When in cluster mode using ADD JAR...

2015-03-04 Thread trystanleftwich
Github user trystanleftwich commented on the pull request: https://github.com/apache/spark/pull/4881#issuecomment-77221033 Ok, i've pushed my changes, I've added tests that should cover all the states, I was getting errors with @vanzin code snippet, if you pass in dir i.e path = hdfs

[GitHub] spark pull request: [SPARK-6144]When in cluster mode using ADD JAR...

2015-03-04 Thread trystanleftwich
Github user trystanleftwich commented on a diff in the pull request: https://github.com/apache/spark/pull/4881#discussion_r25806270 --- Diff: core/src/test/scala/org/apache/spark/util/UtilsSuite.scala --- @@ -389,16 +389,30 @@ class UtilsSuite extends FunSuite

[GitHub] spark pull request: [SPARK-6144]When in cluster mode using ADD JAR...

2015-03-03 Thread trystanleftwich
GitHub user trystanleftwich opened a pull request: https://github.com/apache/spark/pull/4880 [SPARK-6144]When in cluster mode using ADD JAR with a hdfs:// sourced ja... ...r will fail While in cluster mode if you use ADD JAR with a HDFS sourced jar it will fail trying to source

[GitHub] spark pull request: [SPARK-6144]When in cluster mode using ADD JAR...

2015-03-03 Thread trystanleftwich
Github user trystanleftwich commented on the pull request: https://github.com/apache/spark/pull/4880#issuecomment-77079677 I fat fingered and accidentally closed this ticket, And for some reason its not picking up that the branch has changes in it. I reopened here: https

[GitHub] spark pull request: [SPARK-6144]When in cluster mode using ADD JAR...

2015-03-03 Thread trystanleftwich
GitHub user trystanleftwich opened a pull request: https://github.com/apache/spark/pull/4881 [SPARK-6144]When in cluster mode using ADD JAR with a hdfs:// sourced ja... ...r will fail You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] spark pull request: [SPARK-6144]When in cluster mode using ADD JAR...

2015-03-03 Thread trystanleftwich
GitHub user trystanleftwich reopened a pull request: https://github.com/apache/spark/pull/4881 [SPARK-6144]When in cluster mode using ADD JAR with a hdfs:// sourced ja... ...r will fail You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] spark pull request: [SPARK-6144]When in cluster mode using ADD JAR...

2015-03-03 Thread trystanleftwich
Github user trystanleftwich closed the pull request at: https://github.com/apache/spark/pull/4881 --- 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

[GitHub] spark pull request: [SPARK-6144]When in cluster mode using ADD JAR...

2015-03-03 Thread trystanleftwich
Github user trystanleftwich closed the pull request at: https://github.com/apache/spark/pull/4880 --- 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