spark git commit: [SPARK-20661][SPARKR][TEST][FOLLOWUP] SparkR tableNames() test fails

2017-05-08 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.2 4179ffc03 -> 54e074349 [SPARK-20661][SPARKR][TEST][FOLLOWUP] SparkR tableNames() test fails ## What changes were proposed in this pull request? Change it to check for relative count like in this test

spark git commit: [SPARK-20661][SPARKR][TEST][FOLLOWUP] SparkR tableNames() test fails

2017-05-08 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 2abfee18b -> b952b44af [SPARK-20661][SPARKR][TEST][FOLLOWUP] SparkR tableNames() test fails ## What changes were proposed in this pull request? Change it to check for relative count like in this test

spark git commit: [SPARK-20661][SPARKR][TEST] SparkR tableNames() test fails

2017-05-08 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-2.2 23681e9ca -> 4179ffc03 [SPARK-20661][SPARKR][TEST] SparkR tableNames() test fails ## What changes were proposed in this pull request? Cleaning existing temp tables before running tableNames tests ## How was this patch tested? SparkR

spark git commit: [SPARK-20661][SPARKR][TEST] SparkR tableNames() test fails

2017-05-08 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 829cd7b8b -> 2abfee18b [SPARK-20661][SPARKR][TEST] SparkR tableNames() test fails ## What changes were proposed in this pull request? Cleaning existing temp tables before running tableNames tests ## How was this patch tested? SparkR Unit

spark git commit: [SPARK-20605][CORE][YARN][MESOS] Deprecate not used AM and executor port configuration

2017-05-08 Thread vanzin
Repository: spark Updated Branches: refs/heads/master aeb2ecc0c -> 829cd7b8b [SPARK-20605][CORE][YARN][MESOS] Deprecate not used AM and executor port configuration ## What changes were proposed in this pull request? After SPARK-10997, client mode Netty RpcEnv doesn't require to start

spark git commit: [SPARK-20621][DEPLOY] Delete deprecated config parameter in 'spark-env.sh'

2017-05-08 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.2 7b9d05ad0 -> 23681e9ca [SPARK-20621][DEPLOY] Delete deprecated config parameter in 'spark-env.sh' ## What changes were proposed in this pull request? Currently, `spark.executor.instances` is deprecated in `spark-env.sh`, because we

spark git commit: [SPARK-20621][DEPLOY] Delete deprecated config parameter in 'spark-env.sh'

2017-05-08 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 58518d070 -> aeb2ecc0c [SPARK-20621][DEPLOY] Delete deprecated config parameter in 'spark-env.sh' ## What changes were proposed in this pull request? Currently, `spark.executor.instances` is deprecated in `spark-env.sh`, because we

spark git commit: [SPARK-20596][ML][TEST] Consolidate and improve ALS recommendAll test cases

2017-05-08 Thread mlnick
Repository: spark Updated Branches: refs/heads/master 15526653a -> 58518d070 [SPARK-20596][ML][TEST] Consolidate and improve ALS recommendAll test cases Existing test cases for `recommendForAllX` methods (added in [SPARK-19535](https://issues.apache.org/jira/browse/SPARK-19535)) test `k <

spark git commit: [SPARK-20596][ML][TEST] Consolidate and improve ALS recommendAll test cases

2017-05-08 Thread mlnick
Repository: spark Updated Branches: refs/heads/branch-2.2 d8a5a0d34 -> 7b9d05ad0 [SPARK-20596][ML][TEST] Consolidate and improve ALS recommendAll test cases Existing test cases for `recommendForAllX` methods (added in [SPARK-19535](https://issues.apache.org/jira/browse/SPARK-19535)) test `k

spark git commit: [SPARK-19956][CORE] Optimize a location order of blocks with topology information

2017-05-08 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 0f820e2b6 -> 15526653a [SPARK-19956][CORE] Optimize a location order of blocks with topology information ## What changes were proposed in this pull request? When call the method getLocations of BlockManager, we only compare the data

spark git commit: [SPARK-20519][SQL][CORE] Modify to prevent some possible runtime exceptions

2017-05-08 Thread srowen
Repository: spark Updated Branches: refs/heads/master 2fdaeb52b -> 0f820e2b6 [SPARK-20519][SQL][CORE] Modify to prevent some possible runtime exceptions Signed-off-by: liuxian ## What changes were proposed in this pull request? When the input parameter is null, may be a runtime exception

spark git commit: [SPARKR][DOC] fix typo in vignettes

2017-05-08 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 42cc6d13e -> 2fdaeb52b [SPARKR][DOC] fix typo in vignettes ## What changes were proposed in this pull request? Fix typo in vignettes Author: Wayne Zhang Closes #17884 from actuaryzhang/typo. Project:

spark git commit: [SPARKR][DOC] fix typo in vignettes

2017-05-08 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.2 6c5b7e106 -> d8a5a0d34 [SPARKR][DOC] fix typo in vignettes ## What changes were proposed in this pull request? Fix typo in vignettes Author: Wayne Zhang Closes #17884 from actuaryzhang/typo. (cherry picked

spark git commit: [SPARK-20380][SQL] Unable to set/unset table comment property using ALTER TABLE SET/UNSET TBLPROPERTIES ddl

2017-05-08 Thread lixiao
Repository: spark Updated Branches: refs/heads/master c24bdaab5 -> 42cc6d13e [SPARK-20380][SQL] Unable to set/unset table comment property using ALTER TABLE SET/UNSET TBLPROPERTIES ddl ### What changes were proposed in this pull request? Table comment was not getting set/unset using **ALTER

spark git commit: [SPARK-20626][SPARKR] address date test warning with timezone on windows

2017-05-08 Thread felixcheung
Repository: spark Updated Branches: refs/heads/branch-2.2 048e9890c -> 6c5b7e106 [SPARK-20626][SPARKR] address date test warning with timezone on windows ## What changes were proposed in this pull request? set timezone on windows ## How was this patch tested? unit test, AppVeyor Author:

spark git commit: [SPARK-20626][SPARKR] address date test warning with timezone on windows

2017-05-08 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 22691556e -> c24bdaab5 [SPARK-20626][SPARKR] address date test warning with timezone on windows ## What changes were proposed in this pull request? set timezone on windows ## How was this patch tested? unit test, AppVeyor Author: Felix