spark git commit: [SPARK-7146][ML] Expose the common params as a DeveloperAPI for other ML developers

2017-11-05 Thread holden
Repository: spark Updated Branches: refs/heads/master db389f719 -> 4bacddb60 [SPARK-7146][ML] Expose the common params as a DeveloperAPI for other ML developers ## What changes were proposed in this pull request? Expose the common params from Spark ML as a Developer API. ## How was this

spark git commit: [SPARK-21625][DOC] Add incompatible Hive UDF describe to DOC

2017-11-05 Thread lixiao
Repository: spark Updated Branches: refs/heads/master fe258a796 -> db389f719 [SPARK-21625][DOC] Add incompatible Hive UDF describe to DOC ## What changes were proposed in this pull request? Add incompatible Hive UDF describe to DOC. ## How was this patch tested? N/A Author: Yuming Wang

spark git commit: [SPARK-22429][STREAMING] Streaming checkpointing code does not retry after failure

2017-11-05 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.2 5e3837380 -> e35c53a97 [SPARK-22429][STREAMING] Streaming checkpointing code does not retry after failure ## What changes were proposed in this pull request? SPARK-14930/SPARK-13693 put in a change to set the fs object to null after

spark git commit: [SPARK-22429][STREAMING] Streaming checkpointing code does not retry after failure

2017-11-05 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.1 8b572116f -> acef22429 [SPARK-22429][STREAMING] Streaming checkpointing code does not retry after failure ## What changes were proposed in this pull request? SPARK-14930/SPARK-13693 put in a change to set the fs object to null after

spark git commit: [SPARK-22429][STREAMING] Streaming checkpointing code does not retry after failure

2017-11-05 Thread srowen
Repository: spark Updated Branches: refs/heads/master 572284c5b -> fe258a796 [SPARK-22429][STREAMING] Streaming checkpointing code does not retry after failure ## What changes were proposed in this pull request? SPARK-14930/SPARK-13693 put in a change to set the fs object to null after a

spark git commit: [SPARK-22443][SQL] add implementation of quoteIdentifier, getTableExistsQuery and getSchemaQuery in AggregatedDialect

2017-11-05 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 3bba8621c -> 572284c5b [SPARK-22443][SQL] add implementation of quoteIdentifier, getTableExistsQuery and getSchemaQuery in AggregatedDialect … ## What changes were proposed in this pull request? override JDBCDialects methods