[GitHub] spark pull request: [SPARK-9722][ML] Pass random seed to spark.ml ...

2015-11-01 Thread yu-iskw
Github user yu-iskw commented on the pull request:

https://github.com/apache/spark/pull/9402#issuecomment-152945580
  
@dbtsai thank you for merging 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 pull request: [SPARK-9722][ML] Pass random seed to spark.ml ...

2015-11-01 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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-9722][ML] Pass random seed to spark.ml ...

2015-11-01 Thread dbtsai
Github user dbtsai commented on the pull request:

https://github.com/apache/spark/pull/9402#issuecomment-152945194
  
LGTM. Merged into master. 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-9722][ML] Pass random seed to spark.ml ...

2015-11-01 Thread yu-iskw
Github user yu-iskw commented on the pull request:

https://github.com/apache/spark/pull/9402#issuecomment-152879981
  
@jkbradley could you review 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 pull request: [SPARK-9722][ML] Pass random seed to spark.ml ...

2015-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9402#issuecomment-152879812
  
Test PASSed.
Refer to this link for build results (access rights to CI server needed): 
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44777/
Test 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.
---

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



[GitHub] spark pull request: [SPARK-9722][ML] Pass random seed to spark.ml ...

2015-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

https://github.com/apache/spark/pull/9402#issuecomment-152879811
  
Merged build finished. Test 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.
---

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



[GitHub] spark pull request: [SPARK-9722][ML] Pass random seed to spark.ml ...

2015-11-01 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/9402#issuecomment-152879778
  
**[Test build #44777 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44777/consoleFull)**
 for PR 9402 at commit 
[`f7d9d13`](https://github.com/apache/spark/commit/f7d9d13afb255b6d4c3c5291b177bb1620e01541).
 * This patch passes all tests.
 * This patch merges cleanly.
 * This patch adds the following public classes _(experimental)_:\n  * 
`case class RepartitionByExpression(`\n  * `logInfo(s\"Hive class not 
found $e\")`\n  * `logDebug(\"Hive class not found\", e)`\n


---
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-9722][ML] Pass random seed to spark.ml ...

2015-11-01 Thread SparkQA
Github user SparkQA commented on the pull request:

https://github.com/apache/spark/pull/9402#issuecomment-152876228
  
**[Test build #44777 has 
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/44777/consoleFull)**
 for PR 9402 at commit 
[`f7d9d13`](https://github.com/apache/spark/commit/f7d9d13afb255b6d4c3c5291b177bb1620e01541).


---
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-9722][ML] Pass random seed to spark.ml ...

2015-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

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

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



[GitHub] spark pull request: [SPARK-9722][ML] Pass random seed to spark.ml ...

2015-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

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

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



[GitHub] spark pull request: [SPARK-9722][ML] Pass random seed to spark.ml ...

2015-11-01 Thread yu-iskw
GitHub user yu-iskw opened a pull request:

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

[SPARK-9722][ML] Pass random seed to spark.ml DecisionTree*



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

$ git pull https://github.com/yu-iskw/spark SPARK-9722

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

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


commit f7d9d13afb255b6d4c3c5291b177bb1620e01541
Author: Yu ISHIKAWA 
Date:   2015-11-01T23:11:19Z

[SPARK-9722][ML] Pass random seed to spark.ml DecisionTree*




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