[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-30 Thread hhbyyh
Github user hhbyyh commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-136155023 Thanks for helping review. --- 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

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135668992 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

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135669129 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

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135681880 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135681877 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

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135681561 [Test build #41740 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41740/console) for PR 8487 at commit

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135671505 [Test build #41740 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41740/consoleFull) for PR 8487 at commit

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8487 --- 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-9890] [Doc] [ML] User guide for CountVe...

2015-08-28 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135798504 LGTM except some minor issues with Java imports. I will fix those in a separate PR. Merged into master and branch-1.5. Thanks! --- If your project is set up for it, you

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8487#discussion_r38115529 --- Diff: docs/ml-features.md --- @@ -211,6 +211,87 @@ for feature in result.select(result).take(3): /div /div +## CountVectorizer +

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8487#discussion_r38115521 --- Diff: docs/ml-features.md --- @@ -211,6 +211,87 @@ for feature in result.select(result).take(3): /div /div +## CountVectorizer +

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135469480 [Test build #41692 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41692/consoleFull) for PR 8487 at commit

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135473553 [Test build #41692 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41692/console) for PR 8487 at commit

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread hhbyyh
GitHub user hhbyyh opened a pull request: https://github.com/apache/spark/pull/8487 [SPARK-9890] [Doc] [ML] User guide for CountVectorizer jira: https://issues.apache.org/jira/browse/SPARK-9890 document with Scala and java examples You can merge this pull request into a

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135473725 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

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135473727 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8487#discussion_r38115492 --- Diff: docs/ml-features.md --- @@ -211,6 +211,87 @@ for feature in result.select(result).take(3): /div /div +## CountVectorizer +

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8487#discussion_r38115476 --- Diff: docs/ml-features.md --- @@ -211,6 +211,87 @@ for feature in result.select(result).take(3): /div /div +## CountVectorizer +

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8487#discussion_r38115487 --- Diff: docs/ml-features.md --- @@ -211,6 +211,87 @@ for feature in result.select(result).take(3): /div /div +## CountVectorizer +

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8487#discussion_r38115514 --- Diff: docs/ml-features.md --- @@ -211,6 +211,87 @@ for feature in result.select(result).take(3): /div /div +## CountVectorizer +

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8487#discussion_r38115483 --- Diff: docs/ml-features.md --- @@ -211,6 +211,87 @@ for feature in result.select(result).take(3): /div /div +## CountVectorizer +

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8487#discussion_r38115508 --- Diff: docs/ml-features.md --- @@ -211,6 +211,87 @@ for feature in result.select(result).take(3): /div /div +## CountVectorizer +

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8487#discussion_r38115518 --- Diff: docs/ml-features.md --- @@ -211,6 +211,87 @@ for feature in result.select(result).take(3): /div /div +## CountVectorizer +

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8487#discussion_r38115498 --- Diff: docs/ml-features.md --- @@ -211,6 +211,87 @@ for feature in result.select(result).take(3): /div /div +## CountVectorizer +

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8487#discussion_r38115523 --- Diff: docs/ml-features.md --- @@ -211,6 +211,87 @@ for feature in result.select(result).take(3): /div /div +## CountVectorizer +

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/8487#discussion_r38115481 --- Diff: docs/ml-features.md --- @@ -211,6 +211,87 @@ for feature in result.select(result).take(3): /div /div +## CountVectorizer +

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135467409 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

[GitHub] spark pull request: [SPARK-9890] [Doc] [ML] User guide for CountVe...

2015-08-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8487#issuecomment-135467461 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