spark git commit: [SPARK-17065][SQL] Improve the error message when encountering an incompatible DataSourceRegister

2016-08-15 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-2.0 8f4cacd3a -> 45036327f [SPARK-17065][SQL] Improve the error message when encountering an incompatible DataSourceRegister ## What changes were proposed in this pull request? Add an instruction to ask the user to remove or upgrade the

spark git commit: [SPARK-17065][SQL] Improve the error message when encountering an incompatible DataSourceRegister

2016-08-15 Thread yhuai
Repository: spark Updated Branches: refs/heads/master fffb0c0d1 -> 268b71d0d [SPARK-17065][SQL] Improve the error message when encountering an incompatible DataSourceRegister ## What changes were proposed in this pull request? Add an instruction to ask the user to remove or upgrade the

spark git commit: [SPARK-16700][PYSPARK][SQL] create DataFrame from dict/Row with schema

2016-08-15 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 5da6c4b24 -> fffb0c0d1 [SPARK-16700][PYSPARK][SQL] create DataFrame from dict/Row with schema ## What changes were proposed in this pull request? In 2.0, we verify the data type against schema for every row for safety, but with

spark git commit: [SPARK-16671][CORE][SQL] Consolidate code to do variable substitution.

2016-08-15 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 564fe614c -> 5da6c4b24 [SPARK-16671][CORE][SQL] Consolidate code to do variable substitution. Both core and sql have slightly different code that does variable substitution of config values. This change refactors that code and encapsulates

spark git commit: [SPARK-16508][SPARKR] Split docs for arrange and orderBy methods

2016-08-15 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 3d8bfe7a3 -> 564fe614c [SPARK-16508][SPARKR] Split docs for arrange and orderBy methods ## What changes were proposed in this pull request? This PR splits arrange and orderBy methods according to their functionality (the former for

spark git commit: [SPARK-16934][ML][MLLIB] Update LogisticCostAggregator serialization code to make it consistent with LinearRegression

2016-08-15 Thread yliang
Repository: spark Updated Branches: refs/heads/master ddf0d1e3f -> 3d8bfe7a3 [SPARK-16934][ML][MLLIB] Update LogisticCostAggregator serialization code to make it consistent with LinearRegression ## What changes were proposed in this pull request? Update LogisticCostAggregator serialization

spark git commit: [TRIVIAL][ML] Fix LogisticRegression typo in error message.

2016-08-15 Thread srowen
Repository: spark Updated Branches: refs/heads/master 1a028bdef -> ddf0d1e3f [TRIVIAL][ML] Fix LogisticRegression typo in error message. ## What changes were proposed in this pull request? Fix ```LogisticRegression``` typo in error message. ## How was this patch tested? Docs change, no new

spark git commit: [SPARK-11714][MESOS] Make Spark on Mesos honor port restrictions on coarse grain mode

2016-08-15 Thread srowen
Repository: spark Updated Branches: refs/heads/master 2a3d286f3 -> 1a028bdef [SPARK-11714][MESOS] Make Spark on Mesos honor port restrictions on coarse grain mode - Make mesos coarse grained scheduler accept port offers and pre-assign ports Previous attempt was for fine grained: