[GitHub] spark pull request: [SPARK-4534][Core]JavaSparkContext create new ...

2014-11-25 Thread tgravescs
Github user tgravescs commented on the pull request:

https://github.com/apache/spark/pull/3403#issuecomment-64405670
  
I agree with Sandy on this, can you close this until we get SPARK-2089 
working and then we can make sure it works with Java api also.


---
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 pull request: [SPARK-4534][Core]JavaSparkContext create new ...

2014-11-25 Thread lianhuiwang
Github user lianhuiwang closed the pull request at:

https://github.com/apache/spark/pull/3403


---
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 pull request: [SPARK-4534][Core]JavaSparkContext create new ...

2014-11-25 Thread lianhuiwang
Github user lianhuiwang commented on the pull request:

https://github.com/apache/spark/pull/3403#issuecomment-64429299
  
OK,i will close this。thanks.


---
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 pull request: [SPARK-4534][Core]JavaSparkContext create new ...

2014-11-21 Thread lianhuiwang
GitHub user lianhuiwang opened a pull request:

https://github.com/apache/spark/pull/3403

[SPARK-4534][Core]JavaSparkContext create new constructor to support 
preferredNodeLocalityData with YARN

create new constructor to support preferredNodeLocalityData with YARN
example:
SparkConf sparkConf=new SparkConf();
Configuration conf = new Configuration();
List inputFormatInfoList =new ArrayListInputFormatInfo();
inputFormatInfoList.add(new InputFormatInfo(conf, 
org.apache.hadoop.mapred.TextInputFormat.class, path));
JavaSparkContext ctx=new JavaSparkContext(sparkConf,inputFormatInfoList);

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lianhuiwang/spark SPARK-4534

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/3403.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3403


commit ff93679eb285656ec0b1ef127b193ac2c3498870
Author: lianhuiwang lianhuiwan...@gmail.com
Date:   2014-11-21T11:42:30Z

JavaSparkContext support preferredNodeLocalityData




---
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 pull request: [SPARK-4534][Core]JavaSparkContext create new ...

2014-11-21 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/3403#issuecomment-63960552
  
  [Test build #23724 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23724/consoleFull)
 for   PR 3403 at commit 
[`ff93679`](https://github.com/apache/spark/commit/ff93679eb285656ec0b1ef127b193ac2c3498870).
 * This patch merges cleanly.


---
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 pull request: [SPARK-4534][Core]JavaSparkContext create new ...

2014-11-21 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/3403#issuecomment-63960658
  
  [Test build #23724 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23724/consoleFull)
 for   PR 3403 at commit 
[`ff93679`](https://github.com/apache/spark/commit/ff93679eb285656ec0b1ef127b193ac2c3498870).
 * This patch **fails Scala style 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 pull request: [SPARK-4534][Core]JavaSparkContext create new ...

2014-11-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/3403#issuecomment-63960659
  
Test FAILed.
Refer to this link for build results (access rights to CI server needed): 
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/23724/
Test FAILed.


---
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 pull request: [SPARK-4534][Core]JavaSparkContext create new ...

2014-11-21 Thread sryza
Github user sryza commented on the pull request:

https://github.com/apache/spark/pull/3403#issuecomment-64018115
  
preferredNodeLocalityData is currently broken (see SPARK-2089), and we're 
discussing changing the API for it.  I think it would be best to hold off on 
this change until we've made a decision there.


---
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