[GitHub] spark pull request: SPARK-1878: Fix the incorrect initialization o...

2014-05-19 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] spark pull request: SPARK-1878: Fix the incorrect initialization o...

2014-05-19 Thread tdas
Github user tdas commented on the pull request:

https://github.com/apache/spark/pull/822#issuecomment-43571571
  
LGTM. Merging this.


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


[GitHub] spark pull request: SPARK-1878: Fix the incorrect initialization o...

2014-05-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/822#issuecomment-43569841
  
Merged build finished. All automated tests passed.


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


[GitHub] spark pull request: SPARK-1878: Fix the incorrect initialization o...

2014-05-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/822#issuecomment-43569846
  
All automated tests passed.
Refer to this link for build results: 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15085/


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


[GitHub] spark pull request: SPARK-1878: Fix the incorrect initialization o...

2014-05-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/822#issuecomment-43564726
  
Merged build started. 


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


[GitHub] spark pull request: SPARK-1878: Fix the incorrect initialization o...

2014-05-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/822#issuecomment-43564710
  
 Merged build triggered. 


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


[GitHub] spark pull request: SPARK-1878: Fix the incorrect initialization o...

2014-05-19 Thread mateiz
Github user mateiz commented on the pull request:

https://github.com/apache/spark/pull/822#issuecomment-43564559
  
@zsxwing are you sure this is a bug? Do we have any tests or example 
programs that fail because of 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.
---


[GitHub] spark pull request: SPARK-1878: Fix the incorrect initialization o...

2014-05-19 Thread mateiz
Github user mateiz commented on the pull request:

https://github.com/apache/spark/pull/822#issuecomment-43564676
  
Oh I see, we just don't normally use sc() by default, but we expose it to 
users. That should indeed be fixed.


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


[GitHub] spark pull request: SPARK-1878: Fix the incorrect initialization o...

2014-05-19 Thread mateiz
Github user mateiz commented on the pull request:

https://github.com/apache/spark/pull/822#issuecomment-43564511
  
Jenkins, this is ok to test


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


[GitHub] spark pull request: SPARK-1878: Fix the incorrect initialization o...

2014-05-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/822#issuecomment-43471640
  
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.
---


[GitHub] spark pull request: SPARK-1878: Fix the incorrect initialization o...

2014-05-19 Thread zsxwing
GitHub user zsxwing opened a pull request:

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

SPARK-1878: Fix the incorrect initialization order



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

$ git pull https://github.com/zsxwing/spark SPARK-1878

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

https://github.com/apache/spark/pull/822.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 #822


commit 4a47e27b01d539f248fbed0343b9214adecf67a6
Author: zsxwing 
Date:   2014-05-19T07:06:09Z

SPARK-1878: Fix the incorrect initialization order




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