spark git commit: [SPARK-21739][SQL] Cast expression should initialize timezoneId when it is called statically to convert something into TimestampType

2017-08-17 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 2a9697593 -> fdea642db [SPARK-21739][SQL] Cast expression should initialize timezoneId when it is called statically to convert something into TimestampType ## What changes were proposed in this pull request?

spark git commit: [SPARK-21739][SQL] Cast expression should initialize timezoneId when it is called statically to convert something into TimestampType

2017-08-17 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 2caaed970 -> 310454be3 [SPARK-21739][SQL] Cast expression should initialize timezoneId when it is called statically to convert something into TimestampType ## What changes were proposed in this pull request?

spark git commit: [SPARK-21767][TEST][SQL] Add Decimal Test For Avro in VersionSuite

2017-08-17 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 7ab951885 -> 2caaed970 [SPARK-21767][TEST][SQL] Add Decimal Test For Avro in VersionSuite ## What changes were proposed in this pull request? Decimal is a logical type of AVRO. We need to ensure the support of Hive's AVRO serde works well

spark git commit: [SPARK-21677][SQL] json_tuple throws NullPointException when column is null as string type

2017-08-17 Thread lixiao
Repository: spark Updated Branches: refs/heads/master bfdc361ed -> 7ab951885 [SPARK-21677][SQL] json_tuple throws NullPointException when column is null as string type ## What changes were proposed in this pull request? ``` scala scala> Seq(("""{"Hyukjin": 224, "John":

spark git commit: [SPARK-16742] Mesos Kerberos Support

2017-08-17 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 6aad02d03 -> bfdc361ed [SPARK-16742] Mesos Kerberos Support ## What changes were proposed in this pull request? Add Kerberos Support to Mesos. This includes kinit and --keytab support, but does not include delegation token renewal. ##

spark git commit: [SPARK-18394][SQL] Make an AttributeSet.toSeq output order consistent

2017-08-17 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master ae9e42479 -> 6aad02d03 [SPARK-18394][SQL] Make an AttributeSet.toSeq output order consistent ## What changes were proposed in this pull request? This pr sorted output attributes on their name and exprId in `AttributeSet.toSeq` to make the

spark git commit: [SQL][MINOR][TEST] Set spark.unsafe.exceptionOnMemoryLeak to true

2017-08-17 Thread lixiao
Repository: spark Updated Branches: refs/heads/master b83b502c4 -> ae9e42479 [SQL][MINOR][TEST] Set spark.unsafe.exceptionOnMemoryLeak to true ## What changes were proposed in this pull request? When running IntelliJ, we are unable to capture the exception of memory leak detection. >

spark git commit: [SPARK-21428] Turn IsolatedClientLoader off while using builtin Hive jars for reusing CliSessionState

2017-08-17 Thread wenchen
Repository: spark Updated Branches: refs/heads/master d695a528b -> b83b502c4 [SPARK-21428] Turn IsolatedClientLoader off while using builtin Hive jars for reusing CliSessionState ## What changes were proposed in this pull request? Set isolated to false while using builtin hive jars and

spark git commit: [SPARK-21642][CORE] Use FQDN for DRIVER_HOST_ADDRESS instead of ip address

2017-08-17 Thread wenchen
Repository: spark Updated Branches: refs/heads/master a45133b82 -> d695a528b [SPARK-21642][CORE] Use FQDN for DRIVER_HOST_ADDRESS instead of ip address ## What changes were proposed in this pull request? The patch lets spark web ui use FQDN as its hostname instead of ip address. In current