[GitHub] spark pull request: Join nondeterministic

2015-12-02 Thread zhonghaihua
Github user zhonghaihua commented on the pull request:

https://github.com/apache/spark/pull/10122#issuecomment-161533958
  
I am so sorry to create this pull request, this pr is not on the right 
branch.I will close it right now.
This is my mistake, cause trouble, very sorry.


---
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: Join nondeterministic

2015-12-02 Thread zhonghaihua
Github user zhonghaihua closed the pull request at:

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


---
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: Join nondeterministic

2015-12-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request:

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



[GitHub] spark pull request: Join nondeterministic

2015-12-02 Thread zhonghaihua
GitHub user zhonghaihua opened a pull request:

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

Join nondeterministic



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

$ git pull https://github.com/zhonghaihua/spark join_nondeterministic

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

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


commit 6d8ebc801799714d297c83be6935b37e26dc2df7
Author: Xiangrui Meng 
Date:   2015-08-26T05:35:49Z

[SPARK-10243] [MLLIB] update since versions in mllib.tree

Same as #8421 but for `mllib.tree`.

cc jkbradley

Author: Xiangrui Meng 

Closes #8442 from mengxr/SPARK-10236.

(cherry picked from commit fb7e12fe2e14af8de4c206ca8096b2e8113bfddc)
Signed-off-by: Xiangrui Meng 

commit 08d390f457f80ffdc2dfce61ea579d9026047f12
Author: Xiangrui Meng 
Date:   2015-08-26T05:49:33Z

[SPARK-10235] [MLLIB] update since versions in mllib.regression

Same as #8421 but for `mllib.regression`.

cc freeman-lab dbtsai

Author: Xiangrui Meng 

Closes #8426 from mengxr/SPARK-10235 and squashes the following commits:

6cd28e4 [Xiangrui Meng] update since versions in mllib.regression

(cherry picked from commit 4657fa1f37d41dd4c7240a960342b68c7c591f48)
Signed-off-by: DB Tsai 

commit 21a10a86d20ec1a6fea42286b4d2aae9ce7e848d
Author: Xiangrui Meng 
Date:   2015-08-26T06:45:41Z

[SPARK-10236] [MLLIB] update since versions in mllib.feature

Same as #8421 but for `mllib.feature`.

cc dbtsai

Author: Xiangrui Meng 

Closes #8449 from mengxr/SPARK-10236.feature and squashes the following 
commits:

0e8d658 [Xiangrui Meng] remove unnecessary comment
ad70b03 [Xiangrui Meng] update since versions in mllib.feature

(cherry picked from commit 321d7759691bed9867b1f0470f12eab2faa50aff)
Signed-off-by: DB Tsai 

commit 5220db9e352b5d5eae59cead9478ca0a9f73f16b
Author: felixcheung 
Date:   2015-08-26T06:48:16Z

[SPARK-9316] [SPARKR] Add support for filtering using `[` (synonym for 
filter / select)

Add support for
```
   df[df$name == "Smith", c(1,2)]
   df[df$age %in% c(19, 30), 1:2]
```

shivaram

Author: felixcheung 

Closes #8394 from felixcheung/rsubset.

(cherry picked from commit 75d4773aa50e24972c533e8b48697fde586429eb)
Signed-off-by: Shivaram Venkataraman 

commit b0dde36009ce371824ce3e47e60fa0711d7733bb
Author: Xiangrui Meng 
Date:   2015-08-26T18:47:05Z

[SPARK-9665] [MLLIB] audit MLlib API annotations

I only found `ml.NaiveBayes` missing `Experimental` annotation. This PR 
doesn't cover Python APIs.

cc jkbradley

Author: Xiangrui Meng 

Closes #8452 from mengxr/SPARK-9665.

(cherry picked from commit 6519fd06cc8175c9182ef16cf8a37d7f255eb846)
Signed-off-by: Joseph K. Bradley 

commit efbd7af44e855efcbb1fa224e80db24947e2b153
Author: Xiangrui Meng 
Date:   2015-08-26T21:02:19Z

[SPARK-10241] [MLLIB] update since versions in mllib.recommendation

Same as #8421 but for `mllib.recommendation`.

cc srowen coderxiang

Author: Xiangrui Meng 

Closes #8432 from mengxr/SPARK-10241.

(cherry picked from commit 086d4681df3ebfccfc04188262c10482f44553b0)
Signed-off-by: Xiangrui Meng 

commit 0bdb800575ae2872e2655983a1be94dcf2e8c36b
Author: Davies Liu 
Date:   2015-08-26T23:04:44Z

[SPARK-10305] [SQL] fix create DataFrame from Python class

cc jkbradley

Author: Davies Liu 

Closes #8470 from davies/fix_create_df.

(cherry picked from commit d41d6c48207159490c1e1d9cc54015725cfa41b2)
Signed-off-by: Davies Liu 

commit cef707d2185ca7e0c5635fabe709d5e26915b5bb
Author: Shivaram Venkataraman 
Date:   2015-08-27T01:13:07Z

[SPARK-10308] [SPARKR] Add %in% to the exported namespace

I also checked all the other functions defined in column.R, functions.R and 
DataFrame.R and everything else looked fine.

cc yu-iskw

Author: Shivaram Venkataraman 

Closes #8473 from shivaram/in-namespace.

(cherry picked from commit ad7f0f160be096c0fdae6e6cf7e3b6ba4a606de7)
Signed-off-by: Shivaram Venkataraman 

commit 04c85a8ecbb8a27628a7d1260c19531d56d764d3
Author: Cheng Lian 
Date:   2015-08-27T01:14:54Z

[SPARK-9424] [SQL] Parquet programming guide updates for 1.5

Author: Cheng Lian 

Closes #8467 from liancheng/spark-9424/parquet-docs-for-1.5.

commit 165be9ad176dcd1c431a6338ff86b339d23b6d0e
Author: Shivaram Venkataraman 
Date:   2015-08-27T05:27:31Z

[SPARK-10219] [SPARKR] Fix varargsToEnv and add test case

cc sun-rui davies

Author: Shivaram Venkataraman 

Closes #8475 from