spark git commit: [SPARK-14352][SQL] approxQuantile should support multi columns

2017-02-01 Thread holden
com> Authored: Wed Feb 1 14:11:28 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Wed Feb 1 14:11:28 2017 -0800 -- python/pyspark/sql/dataframe.py | 37

spark git commit: [SPARK-19163][PYTHON][SQL] Delay _judf initialization to the __call__

2017-01-31 Thread holden
/90638358 Branch: refs/heads/master Commit: 9063835803e54538c94d95bbddcb4810dd7a1c55 Parents: 081b7ad Author: zero323 <zero...@users.noreply.github.com> Authored: Tue Jan 31 18:03:39 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Tue Jan 3

spark git commit: [SPARK-19421][ML][PYSPARK] Remove numClasses and numFeatures methods in LinearSVC

2017-02-05 Thread holden
ng <ruife...@foxmail.com> Authored: Sun Feb 5 19:06:51 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Sun Feb 5 19:06:51 2017 -0800 -- python/pyspark/ml/classification.py | 16 1 file

spark git commit: [SPARK-17161][PYSPARK][ML] Add PySpark-ML JavaWrapper convenience function to create Py4J JavaArrays

2017-01-31 Thread holden
ttp://git-wip-us.apache.org/repos/asf/spark/diff/57d70d26 Branch: refs/heads/master Commit: 57d70d26c88819360cdc806e7124aa2cc1b9e4c5 Parents: ce112ce Author: Bryan Cutler <cutl...@gmail.com> Authored: Tue Jan 31 15:42:36 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed

spark git commit: [SPARK-19064][PYSPARK] Fix pip installing of sub components

2017-01-25 Thread holden
est script & make-distribution. ## How was this patch tested? Updated sanity test script to import mllib and ml sub-components. Author: Holden Karau <hol...@us.ibm.com> Closes #16465 from holdenk/SPARK-19064-fix-pip-install-sub-components. Project: http://git-wip-us.apache.org/repos/a

spark git commit: [SPARK-19064][PYSPARK] Fix pip installing of sub components

2017-01-25 Thread holden
est script & make-distribution. ## How was this patch tested? Updated sanity test script to import mllib and ml sub-components. Author: Holden Karau <hol...@us.ibm.com> Closes #16465 from holdenk/SPARK-19064-fix-pip-install-sub-components. (cherry picke

spark git commit: [SPARK-19161][PYTHON][SQL] Improving UDF Docstrings

2017-02-24 Thread holden
efs/heads/master Commit: 4a5e38f5747148022988631cae0248ae1affadd3 Parents: 8f33731 Author: zero323 <zero...@users.noreply.github.com> Authored: Fri Feb 24 08:22:30 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Fri Feb 2

spark git commit: [SPARK-13330][PYSPARK] PYTHONHASHSEED is not propgated to python worker

2017-02-24 Thread holden
4:42 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Fri Feb 24 15:04:42 2017 -0800 -- core/src/main/scala/org/apache/spark/deploy/PythonRunner.scala | 1 + python/pyspark/context.py

spark git commit: [SPARK-19453][PYTHON][SQL][DOC] Correct and extend DataFrame.replace docstring

2017-02-14 Thread holden
er Commit: 9c4405e8e801cbab3a5c78c9f4334775925dfcc4 Parents: 457850e Author: zero323 <zero...@users.noreply.github.com> Authored: Tue Feb 14 09:42:24 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Tue Feb 1

spark git commit: [SPARK-19162][PYTHON][SQL] UserDefinedFunction should validate that func is callable

2017-02-14 Thread holden
thored: Tue Feb 14 09:46:22 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Tue Feb 14 09:46:22 2017 -0800 -- python/pyspark/sql/functions.py | 5 + python/pyspark/sql/tests.py | 7 +++ 2 files c

spark git commit: [SPARK-18541][PYTHON] Add metadata parameter to pyspark.sql.Column.alias()

2017-02-14 Thread holden
asf/spark/diff/7b64f7aa Branch: refs/heads/master Commit: 7b64f7aa03a49adca5fcafe6fff422823b587514 Parents: e0eeb0f Author: Sheamus K. Parkes <shea.par...@milliman.com> Authored: Tue Feb 14 09:57:43 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Tue Feb 1

spark git commit: [SPARK-19429][PYTHON][SQL] Support slice arguments in Column.__getitem__

2017-02-13 Thread holden
323 <zero...@users.noreply.github.com> Authored: Mon Feb 13 15:23:56 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Mon Feb 13 15:23:56 2017 -0800 -- python/pyspark/sql/column.py | 11 --- python/pyspa

spark git commit: [SPARK-19506][ML][PYTHON] Import warnings in pyspark.ml.util

2017-02-13 Thread holden
pache.org/repos/asf/spark/diff/5e7cd332 Branch: refs/heads/master Commit: 5e7cd3322b04f1dd207829b70546bc7ffdd63363 Parents: 4321ff9 Author: zero323 <zero...@users.noreply.github.com> Authored: Mon Feb 13 09:26:49 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Mon Feb 1

spark git commit: [SPARK-19506][ML][PYTHON] Import warnings in pyspark.ml.util

2017-02-13 Thread holden
323 <zero...@users.noreply.github.com> Closes #16846 from zero323/SPARK-19506. (cherry picked from commit 5e7cd3322b04f1dd207829b70546bc7ffdd63363) Signed-off-by: Holden Karau <hol...@us.ibm.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apach

spark git commit: [SPARK-19427][PYTHON][SQL] Support data type string as a returnType argument of UDF

2017-02-13 Thread holden
heads/master Commit: ab88b2410623e5fdb06d558017bd6d50220e466a Parents: 5e7cd33 Author: zero323 <zero...@users.noreply.github.com> Authored: Mon Feb 13 10:37:34 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Mon Feb 13 10:37:34 2017 -0800 ---

spark git commit: [SPARK-19590][PYSPARK][ML] Update the document for QuantileDiscretizer in pyspark

2017-02-15 Thread holden
..@intel.com> Authored: Wed Feb 15 10:12:07 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Wed Feb 15 10:12:07 2017 -0800 -- python/pyspark/ml/feature.py | 12 +++- 1 file changed, 11 inse

spark git commit: [SPARK-19160][PYTHON][SQL] Add udf decorator

2017-02-15 Thread holden
ro323 <zero...@users.noreply.github.com> Authored: Wed Feb 15 10:16:34 2017 -0800 Committer: Holden Karau <hol...@us.ibm.com> Committed: Wed Feb 15 10:16:34 2017 -0800 -- python/pyspark/sql/functions.py | 41

spark git commit: [SPARK-19955][PYSPARK] Jenkins Python Conda based test.

2017-03-29 Thread holden
ability. ## How was this patch tested? Updated shell scripts, ran tests locally with installed conda, ran tests in Jenkins. Author: Holden Karau <hol...@us.ibm.com> Closes #17355 from holdenk/SPARK-19955-support-python-tests-with-conda. Project: http://git-wip-us.apache.org/repos/a

spark git commit: [SPARK-19505][PYTHON] AttributeError on Exception.message in Python3

2017-04-11 Thread holden
ttp://git-wip-us.apache.org/repos/asf/spark/diff/6297697f Branch: refs/heads/master Commit: 6297697f975960a3006c4e58b4964d9ac40eeaf5 Parents: 123b4fb Author: David Gingrich <da...@textio.com> Authored: Tue Apr 11 12:18:31 2017 -0700 Committer: Holden Karau <hol...@us.ibm.com> Committed

spark git commit: [SPARK-19570][PYSPARK] Allow to disable hive in pyspark shell

2017-04-12 Thread holden
-0700 Committer: Holden Karau <hol...@us.ibm.com> Committed: Wed Apr 12 10:54:50 2017 -0700 -- python/pyspark/shell.py | 22 -- 1 file changed, 16 inser

spark git commit: [SPARK-19454][PYTHON][SQL] DataFrame.replace improvements

2017-04-05 Thread holden
-wip-us.apache.org/repos/asf/spark/tree/e2773996 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e2773996 Branch: refs/heads/master Commit: e2773996b8d1c0214d9ffac634a059b4923caf7b Parents: a2d8d76 Author: zero323 <zero...@users.noreply.github.com> Authored: Wed Apr 5 11:47:40 2017 -07

spark git commit: [SPARK-20232][PYTHON] Improve combineByKey docs

2017-04-13 Thread holden
er Commit: 8ddf0d2a60795a2306f94df8eac6e265b1fe5230 Parents: fbe4216 Author: David Gingrich <da...@textio.com> Authored: Thu Apr 13 12:43:28 2017 -0700 Committer: Holden Karau <hol...@us.ibm.com> Committed: Thu Apr 13 12:43:28 2017 -0700 -

spark git commit: [SPARK-19019][PYTHON][BRANCH-1.6] Fix hijacked `collections.namedtuple` and port cloudpickle changes for PySpark to work with Python 3.6.0

2017-04-17 Thread holden
: 23f9faa Author: hyukjinkwon <gurwls...@gmail.com> Authored: Mon Apr 17 09:58:55 2017 -0700 Committer: Holden Karau <hol...@us.ibm.com> Committed: Mon Apr 17 09:58:55 2017 -0700 -- python/pyspar

spark git commit: [SPARK-19019][PYTHON][BRANCH-2.0] Fix hijacked `collections.namedtuple` and port cloudpickle changes for PySpark to work with Python 3.6.0

2017-04-17 Thread holden
..@gmail.com> Authored: Mon Apr 17 10:03:42 2017 -0700 Committer: Holden Karau <hol...@us.ibm.com> Committed: Mon Apr 17 10:03:42 2017 -0700 -- python/pyspark/cloudpickle.py | 98 ++---

spark git commit: [SPARK-20132][DOCS] Add documentation for column string functions

2017-04-22 Thread holden
pache.org/repos/asf/spark/diff/8765bc17 Branch: refs/heads/master Commit: 8765bc17d0439032d0378686c4f2b17df2432abc Parents: b3c572a Author: Michael Patterson <map...@gmail.com> Authored: Sat Apr 22 19:58:54 2017 -0700 Committer: Holden Karau <hol...@us.ibm.com> Committed: Sat Apr 2

spark git commit: [SPARK-12334][SQL][PYSPARK] Support read from multiple input paths for orc file in DataFrameReader.orc

2017-03-09 Thread holden
pache.org/repos/asf/spark/tree/cabe1df8 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/cabe1df8 Branch: refs/heads/master Commit: cabe1df8606e7e5b9e6efb106045deb3f39f5f13 Parents: 30b18e6 Author: Jeff Zhang <zjf...@apache.org> Authored: Thu Mar 9 11:44:34 2017 -0800 Committer: Ho

spark git commit: [SPARK-20360][PYTHON] reprs for interpreters

2017-04-18 Thread holden
d) Signed-off-by: Holden Karau <hol...@us.ibm.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7dbc0a91 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/7dbc0a91 Diff: http://git-wip-us.apache.org/repos/asf/spar

spark git commit: [SPARK-20360][PYTHON] reprs for interpreters

2017-04-18 Thread holden
lley <rgb...@gmail.com> Authored: Tue Apr 18 12:35:27 2017 -0700 Committer: Holden Karau <hol...@us.ibm.com> Committed: Tue Apr 18 12:35:27 2017 -0700 -- python/pyspark/context.py | 26 +

spark git commit: [SPARK-21394][SPARK-21432][PYTHON] Reviving callable object/partial function support in UDF in PySpark

2017-07-17 Thread holden
-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4ce735ee Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4ce735ee Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4ce735ee Branch: refs/heads/master Commit: 4ce735eed103f3bd055c087126acd1366c2

spark git commit: [SPARK-13534][PYSPARK] Using Apache Arrow to increase performance of DataFrame.toPandas

2017-07-10 Thread holden
che.org/repos/asf/spark/diff/d03aebbe Branch: refs/heads/master Commit: d03aebbe6508ba441dc87f9546f27aeb27553d77 Parents: 2bfd5ac Author: Bryan Cutler <cutl...@gmail.com> Authored: Mon Jul 10 15:21:03 2017 -0700 Committer: Holden Karau <hol...@us.ibm.

spark git commit: [SPARK-21434][PYTHON][DOCS] Add pyspark pip documentation.

2017-07-21 Thread holden
Repository: spark Updated Branches: refs/heads/branch-2.2 88dccda39 -> da403b953 [SPARK-21434][PYTHON][DOCS] Add pyspark pip documentation. Update the Quickstart and RDD programming guides to mention pip. Built docs locally. Author: Holden Karau <hol...@us.ibm.com> Closes #1

spark git commit: [SPARK-21434][PYTHON][DOCS] Add pyspark pip documentation.

2017-07-21 Thread holden
ilt docs locally. Author: Holden Karau <hol...@us.ibm.com> Closes #18698 from holdenk/SPARK-21434-add-pyspark-pip-documentation. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/cc00e99d Tree: http://git-wip-us.apache.org/

spark git commit: [SPARK-21278][PYSPARK] Upgrade to Py4J 0.10.6

2017-07-05 Thread holden
p-us.apache.org/repos/asf/spark/diff/c8d0aba1 Branch: refs/heads/master Commit: c8d0aba198c0f593c2b6b656c23b3d0fb7ea98a2 Parents: c8e7f44 Author: Dongjoon Hyun <dongj...@apache.org> Authored: Wed Jul 5 16:33:23 2017 -0700 Committer: Holden Karau <hol..

spark git commit: [SPARK-20442][PYTHON][DOCS] Fill up documentations for functions in Column API in PySpark

2017-04-29 Thread holden
-0700 Committer: Holden Karau <hol...@us.ibm.com> Committed: Sat Apr 29 13:46:40 2017 -0700 -- python/pyspark/sql/column.py| 104 ++- .../expressions/bitwiseExpressions.scala| 2 +-

spark git commit: [SPARK-20090][PYTHON] Add StructType.fieldNames in PySpark

2017-07-28 Thread holden
red: Fri Jul 28 20:59:32 2017 -0700 Committer: Holden Karau <hol...@us.ibm.com> Committed: Fri Jul 28 20:59:32 2017 -0700 -- python/pyspark/sql/tests.py | 16 python/pyspark/sql/types.py | 15

spark git commit: [SPARK-21566][SQL][PYTHON] Python method for summary

2017-08-18 Thread holden
/10be0184 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/10be0184 Branch: refs/heads/master Commit: 10be01848ef28004a287940a4e8d8a044e14b257 Parents: a2db5c5 Author: Andrew Ray <ray.and...@gmail.com> Authored: Fri Aug 18 18:10:54 2017 -0700 Committer: Holden Karau <hol...@us.ibm.c

spark git commit: [SPARK-10931][ML][PYSPARK] PySpark Models Copy Param Values from Estimator

2017-08-22 Thread holden
repos/asf/spark/tree/41bb1ddc Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/41bb1ddc Branch: refs/heads/master Commit: 41bb1ddc63298c004bb6a6bb6fff9fd4f6e44792 Parents: d56c262 Author: Bryan Cutler <cutl...@gmail.com> Authored: Tue Aug 22 17:40:50 2017 -0700 Committer: Holden Karau <

spark git commit: [SPARK-20627][PYSPARK] Drop the hadoop distirbution name from the Python version

2017-05-09 Thread holden
ent hadoop versions, we can simply drop the hadoop information. If at a later point we need to start publishing different hadoop versions we can look at make different packages or similar. ## How was this patch tested? Ran `make-distribution` locally Author: Holden Karau <hol...@us.ibm.com>

spark git commit: [SPARK-20627][PYSPARK] Drop the hadoop distirbution name from the Python version

2017-05-09 Thread holden
ent hadoop versions, we can simply drop the hadoop information. If at a later point we need to start publishing different hadoop versions we can look at make different packages or similar. ## How was this patch tested? Ran `make-distribution` locally Author: Holden Karau <hol...@us.ibm.com>

spark git commit: [SPARK-20627][PYSPARK] Drop the hadoop distirbution name from the Python version

2017-05-09 Thread holden
oop versions, we can simply drop the hadoop information. If at a later point we need to start publishing different hadoop versions we can look at make different packages or similar. ## How was this patch tested? Ran `make-distribution` locally Author: Holden Karau <hol...@us.ibm.com>

spark git commit: [SPARK-22072][SPARK-22071][BUILD] Improve release build scripts

2017-09-22 Thread holden
tch tested? Manually tried local build with wrong JDK / JAVA_HOME & built a local release (LFTP disabled) Author: Holden Karau <hol...@us.ibm.com> Closes #19312 from holdenk/improve-release-scripts-r2. (cherry picked from commit 8f130ad40178e35fecb3f2ba4a61ad23e6a90e3d) Signed-off-by:

spark git commit: [SPARK-22072][SPARK-22071][BUILD] Improve release build scripts

2017-09-22 Thread holden
tch tested? Manually tried local build with wrong JDK / JAVA_HOME & built a local release (LFTP disabled) Author: Holden Karau <hol...@us.ibm.com> Closes #19312 from holdenk/improve-release-scripts-r2. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-

spark git commit: [SPARK-22072][SPARK-22071][BUILD] Improve release build scripts

2017-09-22 Thread holden
tch tested? Manually tried local build with wrong JDK / JAVA_HOME & built a local release (LFTP disabled) Author: Holden Karau <hol...@us.ibm.com> Closes #19312 from holdenk/improve-release-scripts-r2. (cherry picked from commit 8f130ad40178e35fecb3f2ba4a61ad23e6a90e3d) Signed-off-by:

[2/2] spark git commit: Preparing development version 2.1.3-SNAPSHOT

2017-09-22 Thread holden
/03db7214 Branch: refs/heads/branch-2.1 Commit: 03db7214931a6a082154c9acf50d976687500670 Parents: fabbb7f Author: Holden Karau <hol...@us.ibm.com> Authored: Fri Sep 22 08:07:45 2017 -0700 Committer: Holden Karau <hol...@us.ibm.com> Committed: Fri Sep 22 08:07:4

[1/2] spark git commit: Preparing Spark release v2.1.2-rc2

2017-09-22 Thread holden
asf/spark/tree/fabbb7f5 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fabbb7f5 Branch: refs/heads/branch-2.1 Commit: fabbb7f59e47590114366d14e15fbbff8c88593c Parents: d930bbb Author: Holden Karau <hol...@us.ibm.com> Authored: Fri Sep 22 08:07:37 2017 -0700 Committer: Holden K

[spark] Git Push Summary

2017-09-22 Thread holden
Repository: spark Updated Tags: refs/tags/v2.1.2-rc2 [created] fabbb7f59 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

svn commit: r22161 - /dev/spark/KEYS

2017-10-07 Thread holden
Author: holden Date: Sat Oct 7 21:34:44 2017 New Revision: 22161 Log: Add holden's apache code signing key to KEYS Modified: dev/spark/KEYS Modified: dev/spark/KEYS == --- dev/spark/KEYS (original) +++ dev/spark

svn commit: r22160 - /dev/spark/KEYS

2017-10-07 Thread holden
Author: holden Date: Sat Oct 7 21:33:21 2017 New Revision: 22160 Log: Copy KEYS file into dev from release so we can append to it. Added: dev/spark/KEYS - copied unchanged from r22159, release/spark/KEYS

svn commit: r22158 - /dev/spark/KEYS

2017-10-07 Thread holden
Author: holden Date: Sat Oct 7 21:23:01 2017 New Revision: 22158 Log: Add Holden's key to KEYS Added: dev/spark/KEYS Added: dev/spark/KEYS == --- dev/spark/KEYS (added) +++ dev/spark/KEYS Sat Oct 7 21:23:01 2017

svn commit: r22159 - /dev/spark/KEYS

2017-10-07 Thread holden
Author: holden Date: Sat Oct 7 21:29:35 2017 New Revision: 22159 Log: Remove dev KEYS Removed: dev/spark/KEYS - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h

svn commit: r22176 - /dev/spark/spark-2.1.2-rc4-bin/

2017-10-09 Thread holden
Author: holden Date: Mon Oct 9 17:56:14 2017 New Revision: 22176 Log: Add spark-2.1.2-rc4 Added: dev/spark/spark-2.1.2-rc4-bin/ dev/spark/spark-2.1.2-rc4-bin/SparkR_2.1.2.tar.gz (with props) dev/spark/spark-2.1.2-rc4-bin/SparkR_2.1.2.tar.gz.asc dev/spark/spark-2.1.2-rc4-bin

spark git commit: [SPARK-15243][ML][SQL][PYTHON] Add missing support for unicode in Param methods & functions in dataframe

2017-09-08 Thread holden
228 Author: hyukjinkwon <gurwls...@gmail.com> Authored: Fri Sep 8 11:57:33 2017 -0700 Committer: Holden Karau <hol...@us.ibm.com> Committed: Fri Sep 8 11:57:33 2017 -0700 -- python/pyspark/ml/param/__init__.py | 4 ++-- p

spark git commit: [SPARK-19866][ML][PYSPARK] Add local version of Word2Vec findSynonyms for spark.ml: Python API

2017-09-08 Thread holden
diff/31c74fec Branch: refs/heads/master Commit: 31c74fec24ae3bc8b9eb4ecd90896de459c3cc22 Parents: 8598d03 Author: Xin Ren <iamsh...@126.com> Authored: Fri Sep 8 12:09:00 2017 -0700 Committer: Holden Karau <hol...@us.ibm.com> Committ

spark git commit: [SPARK-22167][R][BUILD] sparkr packaging issue allow zinc

2017-10-02 Thread holden
go a level up incase we are in the root rather than root/core/. If we are in the root everything works fine, if we are in core add a script which goes and runs the level up ## How was this patch tested? set -x in the SparkR install scripts. Author: Holden Karau <hol...@us.ibm.com> Clos

spark git commit: [SPARK-22167][R][BUILD] sparkr packaging issue allow zinc

2017-10-02 Thread holden
ion to this is to not go a level up incase we are in the root rather than root/core/. If we are in the root everything works fine, if we are in core add a script which goes and runs the level up ## How was this patch tested? set -x in the SparkR install scripts. Author: Holden Karau <hol...@us.ibm.com>

spark git commit: [SPARK-22167][R][BUILD] sparkr packaging issue allow zinc

2017-10-02 Thread holden
ion to this is to not go a level up incase we are in the root rather than root/core/. If we are in the root everything works fine, if we are in core add a script which goes and runs the level up ## How was this patch tested? set -x in the SparkR install scripts. Author: Holden Karau <hol...@us.ibm.com>

[spark] Git Push Summary

2017-10-02 Thread holden
Repository: spark Updated Tags: refs/tags/v2.1.2-rc4 [created] 2abaea9e4 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[1/2] spark git commit: Preparing Spark release v2.1.2-rc4

2017-10-02 Thread holden
asf/spark/tree/2abaea9e Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/2abaea9e Branch: refs/heads/branch-2.1 Commit: 2abaea9e40fce81cd4626498e0f5c28a70917499 Parents: ff4179b Author: Holden Karau <hol...@us.ibm.com> Authored: Mon Oct 2 11:57:15 2017 -0700 Committer: Holden K

[2/2] spark git commit: Preparing development version 2.1.3-SNAPSHOT

2017-10-02 Thread holden
/49e8ccc4 Branch: refs/heads/branch-2.1 Commit: 49e8ccc436a41b6ca3aa3122acf9b891e0acd048 Parents: 2abaea9 Author: Holden Karau <hol...@us.ibm.com> Authored: Mon Oct 2 11:57:24 2017 -0700 Committer: Holden Karau <hol...@us.ibm.com> Committed: Mon Oct 2 11:57:2

[spark] Git Push Summary

2017-09-29 Thread holden
Repository: spark Updated Tags: refs/tags/v2.1.2-rc3 [created] efdbef412 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[2/2] spark git commit: Preparing development version 2.1.3-SNAPSHOT

2017-09-29 Thread holden
/78661f95 Branch: refs/heads/branch-2.1 Commit: 78661f95e8db059d64aee377846a6c8e892e31ec Parents: efdbef4 Author: Holden Karau <hol...@us.ibm.com> Authored: Fri Sep 29 09:04:35 2017 -0700 Committer: Holden Karau <hol...@us.ibm.com> Committed: Fri Sep 29 09:04:3

[1/2] spark git commit: Preparing Spark release v2.1.2-rc3

2017-09-29 Thread holden
asf/spark/tree/efdbef41 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/efdbef41 Branch: refs/heads/branch-2.1 Commit: efdbef412cb34d6018d5c2dfce2f85c5eb1587f1 Parents: 60f78c2 Author: Holden Karau <hol...@us.ibm.com> Authored: Fri Sep 29 09:04:26 2017 -0700 Committer: Holden K

spark git commit: [SPARK-22129][SPARK-22138] Release script improvements

2017-09-29 Thread holden
lly needed. Use EXPORT on JAVA_HOME for downstream scripts as well. ## How was this patch tested? Rolled 2.1.2 RC2 Author: Holden Karau <hol...@us.ibm.com> Closes #19359 from holdenk/SPARK-22129-fix-signing. (cherry picked from commit ecbe416ab5001b32737966c5a2407597a1dafc32) Signed-off-b

spark git commit: [SPARK-22129][SPARK-22138] Release script improvements

2017-09-29 Thread holden
lly needed. Use EXPORT on JAVA_HOME for downstream scripts as well. ## How was this patch tested? Rolled 2.1.2 RC2 Author: Holden Karau <hol...@us.ibm.com> Closes #19359 from holdenk/SPARK-22129-fix-signing. (cherry picked from commit ecbe416ab5001b32737966c5a2407597a1dafc32) Signed-off-b

spark git commit: [SPARK-22129][SPARK-22138] Release script improvements

2017-09-29 Thread holden
ded. Use EXPORT on JAVA_HOME for downstream scripts as well. ## How was this patch tested? Rolled 2.1.2 RC2 Author: Holden Karau <hol...@us.ibm.com> Closes #19359 from holdenk/SPARK-22129-fix-signing. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.a

[spark-website] Git Push Summary

2017-10-17 Thread holden
Repository: spark-website Updated Branches: refs/heads/apache-asf-site [deleted] a6d9cbdef - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[spark-website] Git Push Summary

2017-10-17 Thread holden
Repository: spark-website Updated Branches: refs/heads/add-2.1.2-docs [deleted] 0b563c84c - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[29/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/lib/jquery.js -- diff --git a/site/docs/2.1.2/api/java/lib/jquery.js b/site/docs/2.1.2/api/java/lib/jquery.js new file mode 100644 index

[45/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/R/date_format.html -- diff --git a/site/docs/2.1.2/api/R/date_format.html b/site/docs/2.1.2/api/R/date_format.html new file mode 100644 index

[33/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/allclasses-noframe.html -- diff --git a/site/docs/2.1.2/api/java/allclasses-noframe.html

[39/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/R/sd.html -- diff --git a/site/docs/2.1.2/api/R/sd.html b/site/docs/2.1.2/api/R/sd.html new file mode 100644 index 000..1018604 ---

[48/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/R/00frame_toc.html -- diff --git a/site/docs/2.1.2/api/R/00frame_toc.html b/site/docs/2.1.2/api/R/00frame_toc.html new file mode 100644 index

[16/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/StopMapOutputTracker.html -- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/StopMapOutputTracker.html

[27/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/AccumulatorParam.IntAccumulatorParam$.html -- diff --git

[37/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/R/sparkR.conf.html -- diff --git a/site/docs/2.1.2/api/R/sparkR.conf.html b/site/docs/2.1.2/api/R/sparkR.conf.html new file mode 100644 index

[08/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/api/java/JavaRDDLike.html -- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/api/java/JavaRDDLike.html

[32/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/constant-values.html -- diff --git a/site/docs/2.1.2/api/java/constant-values.html b/site/docs/2.1.2/api/java/constant-values.html new

[24/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/ExecutorRemoved.html -- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/ExecutorRemoved.html

[46/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/R/columns.html -- diff --git a/site/docs/2.1.2/api/R/columns.html b/site/docs/2.1.2/api/R/columns.html new file mode 100644 index

[02/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/api/r/BaseRRDD.html -- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/api/r/BaseRRDD.html

[31/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/index-all.html -- diff --git a/site/docs/2.1.2/api/java/index-all.html b/site/docs/2.1.2/api/java/index-all.html new file mode 100644

[38/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/R/spark.gbt.html -- diff --git a/site/docs/2.1.2/api/R/spark.gbt.html b/site/docs/2.1.2/api/R/spark.gbt.html new file mode 100644 index

[04/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/api/java/function/Function0.html -- diff --git

[43/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/R/hex.html -- diff --git a/site/docs/2.1.2/api/R/hex.html b/site/docs/2.1.2/api/R/hex.html new file mode 100644 index 000..ee4955b ---

[34/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/allclasses-frame.html -- diff --git a/site/docs/2.1.2/api/java/allclasses-frame.html b/site/docs/2.1.2/api/java/allclasses-frame.html new

[21/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/RangePartitioner.html -- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/RangePartitioner.html

[11/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/api/java/JavaNewHadoopRDD.html -- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/api/java/JavaNewHadoopRDD.html

[36/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/R/summary.html -- diff --git a/site/docs/2.1.2/api/R/summary.html b/site/docs/2.1.2/api/R/summary.html new file mode 100644 index

[22/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/JobExecutionStatus.html -- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/JobExecutionStatus.html

[07/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/api/java/JavaSparkContext.html -- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/api/java/JavaSparkContext.html

[49/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/R/00Index.html -- diff --git a/site/docs/2.1.2/api/R/00Index.html b/site/docs/2.1.2/api/R/00Index.html new file mode 100644 index

[05/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/api/java/function/CoGroupFunction.html -- diff --git

[13/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/api/java/JavaDoubleRDD.html -- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/api/java/JavaDoubleRDD.html

[50/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/README.md -- diff --git a/site/docs/2.1.2/README.md b/site/docs/2.1.2/README.md new file mode 100644 index 000..ffd3b57 --- /dev/null +++

[47/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/R/ascii.html -- diff --git a/site/docs/2.1.2/api/R/ascii.html b/site/docs/2.1.2/api/R/ascii.html new file mode 100644 index 000..8d8cfc2

[40/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/R/read.df.html -- diff --git a/site/docs/2.1.2/api/R/read.df.html b/site/docs/2.1.2/api/R/read.df.html new file mode 100644 index

[41/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/R/ncol.html -- diff --git a/site/docs/2.1.2/api/R/ncol.html b/site/docs/2.1.2/api/R/ncol.html new file mode 100644 index 000..8677389 ---

[25/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/ComplexFutureAction.html -- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/ComplexFutureAction.html

[15/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/TaskKilled.html -- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/TaskKilled.html

[14/51] [partial] spark-website git commit: Add 2.1.2 docs

2017-10-17 Thread holden
http://git-wip-us.apache.org/repos/asf/spark-website/blob/0b563c84/site/docs/2.1.2/api/java/org/apache/spark/UnknownReason.html -- diff --git a/site/docs/2.1.2/api/java/org/apache/spark/UnknownReason.html

  1   2   3   4   5   >