[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2017-04-21 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue:

https://github.com/apache/spark/pull/15078
  
@guoxiaolongzte, Let's ask a question to mailing list. Up to my knowledge, 
we should build first before running tests properly and maybe the errors are 
related with it.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2017-04-21 Thread guoxiaolongzte
Github user guoxiaolongzte commented on the issue:

https://github.com/apache/spark/pull/15078
  
**In Linux**
   mvn -Dtest=none   
-DwildcardSuites=org.apache.spark.deploy.rest.StandaloneRestSubmitSuite test
I want to know why?thank you!@HyukjinKwon
**Report errors:**
StandaloneRestSubmitSuite:
*** RUN ABORTED ***
  java.lang.ExceptionInInitializerError:
  at org.apache.spark.package$.(package.scala:91)
  at org.apache.spark.package$.(package.scala)
  at 
org.apache.spark.deploy.rest.RestSubmissionClient.constructSubmitRequest(RestSubmissionClient.scala:179)
  at 
org.apache.spark.deploy.rest.StandaloneRestSubmitSuite$$anonfun$1.apply$mcV$sp(StandaloneRestSubmitSuite.scala:58)
  at 
org.apache.spark.deploy.rest.StandaloneRestSubmitSuite$$anonfun$1.apply(StandaloneRestSubmitSuite.scala:54)
  at 
org.apache.spark.deploy.rest.StandaloneRestSubmitSuite$$anonfun$1.apply(StandaloneRestSubmitSuite.scala:54)
  at 
org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
  at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
  at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
  at org.scalatest.Transformer.apply(Transformer.scala:22)
  ...
  Cause: org.apache.spark.SparkException: Error while locating file 
spark-version-info.properties
  at 
org.apache.spark.package$SparkBuildInfo$.liftedTree1$1(package.scala:75)
  at org.apache.spark.package$SparkBuildInfo$.(package.scala:61)
  at org.apache.spark.package$SparkBuildInfo$.(package.scala)
  at org.apache.spark.package$.(package.scala:91)
  at org.apache.spark.package$.(package.scala)
  at 
org.apache.spark.deploy.rest.RestSubmissionClient.constructSubmitRequest(RestSubmissionClient.scala:179)
  at 
org.apache.spark.deploy.rest.StandaloneRestSubmitSuite$$anonfun$1.apply$mcV$sp(StandaloneRestSubmitSuite.scala:58)
  at 
org.apache.spark.deploy.rest.StandaloneRestSubmitSuite$$anonfun$1.apply(StandaloneRestSubmitSuite.scala:54)
  at 
org.apache.spark.deploy.rest.StandaloneRestSubmitSuite$$anonfun$1.apply(StandaloneRestSubmitSuite.scala:54)
  at 
org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)
  ...
  Cause: java.lang.NullPointerException:
  at java.util.Properties$LineReader.readLine(Properties.java:434)
  at java.util.Properties.load0(Properties.java:353)
  at java.util.Properties.load(Properties.java:341)
  at 
org.apache.spark.package$SparkBuildInfo$.liftedTree1$1(package.scala:64)
  at org.apache.spark.package$SparkBuildInfo$.(package.scala:61)
  at org.apache.spark.package$SparkBuildInfo$.(package.scala)
  at org.apache.spark.package$.(package.scala:91)
  at org.apache.spark.package$.(package.scala)
  at 
org.apache.spark.deploy.rest.RestSubmissionClient.constructSubmitRequest(RestSubmissionClient.scala:179)
  at 
org.apache.spark.deploy.rest.StandaloneRestSubmitSuite$$anonfun$1.apply$mcV$sp(StandaloneRestSubmitSuite.scala:58)
  ...


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2016-10-04 Thread srowen
Github user srowen commented on the issue:

https://github.com/apache/spark/pull/15078
  
Let's close this PR for now.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2016-09-28 Thread Myasuka
Github user Myasuka commented on the issue:

https://github.com/apache/spark/pull/15078
  
@jodersky Actually, BashOnWindows only exists on Windows10 Anniversary 
Update. Moreover, this feature needs to be manually enabled to take effects.

And I don't think this bash environment in BashOnWindows worked very well 
and stably so that could be used in production built in the short term.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2016-09-28 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue:

https://github.com/apache/spark/pull/15078
  
From the discussion above, I would like to stay against this PR.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2016-09-28 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/spark/pull/15078
  
I'm not sure older Windows versions have powershell installed by default..


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2016-09-28 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue:

https://github.com/apache/spark/pull/15078
  
FWIW, doesn't Power shell allows executing bash? (I haven't tried that by 
myself but I think I saw some usages and documentation before)


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2016-09-28 Thread jodersky
Github user jodersky commented on the issue:

https://github.com/apache/spark/pull/15078
  
How wide-spread is powershell on windows computers? I assume that modern 
versions ship with it, but I also heard that they come with a bash-like shell 
in the latest version. Does the current build work in the new environment?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2016-09-16 Thread SparkQA
Github user SparkQA commented on the issue:

https://github.com/apache/spark/pull/15078
  
**[Test build #3274 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3274/consoleFull)**
 for PR 15078 at commit 
[`ffd219b`](https://github.com/apache/spark/commit/ffd219b41688ab620034ed7c6c2853454cd53bdb).
 * This patch passes all tests.
 * This patch merges cleanly.
 * This patch adds no public classes.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2016-09-16 Thread SparkQA
Github user SparkQA commented on the issue:

https://github.com/apache/spark/pull/15078
  
**[Test build #3274 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3274/consoleFull)**
 for PR 15078 at commit 
[`ffd219b`](https://github.com/apache/spark/commit/ffd219b41688ab620034ed7c6c2853454cd53bdb).


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2016-09-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue:

https://github.com/apache/spark/pull/15078
  
Thanks for cc'ing me @felixcheung. Actually, I took a look and wanted to 
leave a comment but I didn't because I couldn't find a concrete reason or 
reference to support my opinion and also I know @srowen is an expert in this 
area.

FWIW and as I am already here - I tend to agree with Sean. I think it'd be 
nicer if all tests pass on Windows and pre-built releases work fine on Windows 
but it might not necessarily meam that we should support a proper build on 
Windows.

I am willing to take a close look iff I have a sing-off from Sean.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2016-09-16 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/spark/pull/15078
  
+ @HyukjinKwon we do windows for R


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2016-09-13 Thread srowen
Github user srowen commented on the issue:

https://github.com/apache/spark/pull/15078
  
I don't think we support building on Windows. I think it's fine to make 
minor changes to accommodate Windows no matter what, but this is non-trivial. 


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2016-09-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue:

https://github.com/apache/spark/pull/15078
  
Can one of the admins verify this patch?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org