[GitHub] spark pull request: [SPARK-1825] Fixes cross-platform submit probl...

2015-02-08 Thread zeodtr
Github user zeodtr closed the pull request at: https://github.com/apache/spark/pull/899 --- 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-1825] Fixes cross-platform submit probl...

2015-02-08 Thread zeodtr
Github user zeodtr commented on the pull request: https://github.com/apache/spark/pull/899#issuecomment-73406987 @andrewor14 Ok, Thanks for fixing! --- 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-1825] Fixes cross-platform submit probl...

2014-09-09 Thread zeodtr
Github user zeodtr commented on a diff in the pull request: https://github.com/apache/spark/pull/899#discussion_r17338037 --- Diff: yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala --- @@ -309,7 +310,7 @@ trait ClientBase extends Logging { // Add

[GitHub] spark pull request: [SPARK-1825] Fixes cross-platform submit probl...

2014-09-05 Thread zeodtr
Github user zeodtr commented on the pull request: https://github.com/apache/spark/pull/899#issuecomment-54700088 @andrewor14 @vanzin As I already mentioned in another comment, This won't compile on Hadoop < 2.4. So I suggested another method, but currently I have no

[GitHub] spark pull request: [SPARK-1825] Fixes cross-platform submit probl...

2014-09-04 Thread zeodtr
Github user zeodtr commented on the pull request: https://github.com/apache/spark/pull/899#issuecomment-54565600 @andrewor14 Updated the title. --- 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: fixes crossplatform submit problem (see https:...

2014-09-03 Thread zeodtr
Github user zeodtr commented on a diff in the pull request: https://github.com/apache/spark/pull/899#discussion_r17093941 --- Diff: yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala --- @@ -309,7 +310,7 @@ trait ClientBase extends Logging { // Add

[GitHub] spark pull request: fixes crossplatform submit problem (see https:...

2014-09-03 Thread zeodtr
Github user zeodtr commented on the pull request: https://github.com/apache/spark/pull/899#issuecomment-54399087 @andrewor14 Updated the title. --- 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: fixes https://issues.apache.org/jira/browse/SP...

2014-07-21 Thread zeodtr
Github user zeodtr commented on a diff in the pull request: https://github.com/apache/spark/pull/899#discussion_r15206281 --- Diff: yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala --- @@ -309,7 +310,7 @@ trait ClientBase extends Logging { // Add

[GitHub] spark pull request: fixes https://issues.apache.org/jira/browse/SP...

2014-05-28 Thread zeodtr
Github user zeodtr commented on a diff in the pull request: https://github.com/apache/spark/pull/899#discussion_r13164961 --- Diff: yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala --- @@ -309,7 +310,7 @@ trait ClientBase extends Logging { // Add

[GitHub] spark pull request: fixes https://issues.apache.org/jira/browse/SP...

2014-05-28 Thread zeodtr
Github user zeodtr commented on a diff in the pull request: https://github.com/apache/spark/pull/899#discussion_r13164860 --- Diff: yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala --- @@ -473,15 +474,15 @@ object ClientBase { if (localPath

[GitHub] spark pull request: fixes https://issues.apache.org/jira/browse/SP...

2014-05-28 Thread zeodtr
Github user zeodtr commented on a diff in the pull request: https://github.com/apache/spark/pull/899#discussion_r13126157 --- Diff: yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala --- @@ -473,15 +474,15 @@ object ClientBase { if (localPath

[GitHub] spark pull request: fixes https://issues.apache.org/jira/browse/SP...

2014-05-28 Thread zeodtr
Github user zeodtr commented on a diff in the pull request: https://github.com/apache/spark/pull/899#discussion_r13124009 --- Diff: yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala --- @@ -309,7 +310,7 @@ trait ClientBase extends Logging { // Add

[GitHub] spark pull request: fixes https://issues.apache.org/jira/browse/SP...

2014-05-28 Thread zeodtr
Github user zeodtr commented on a diff in the pull request: https://github.com/apache/spark/pull/899#discussion_r13123900 --- Diff: yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala --- @@ -473,15 +474,15 @@ object ClientBase { if (localPath

[GitHub] spark pull request: fixes https://issues.apache.org/jira/browse/SP...

2014-05-27 Thread zeodtr
GitHub user zeodtr opened a pull request: https://github.com/apache/spark/pull/899 fixes https://issues.apache.org/jira/browse/SPARK-1825 This is my attempt to fix https://issues.apache.org/jira/browse/SPARK-1825. Tested on Windows 7 and Hortonworks HDP 2.1 Sandbox, and it