spark git commit: [SPARK-15659][SQL] Ensure FileSystem is gotten from path

2016-06-01 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 0ade44cc4 -> 29a1cdfc4 [SPARK-15659][SQL] Ensure FileSystem is gotten from path ## What changes were proposed in this pull request? Currently `spark.sql.warehouse.dir` is pointed to local dir by default, which will throw exception whe

spark git commit: [SPARK-15659][SQL] Ensure FileSystem is gotten from path

2016-06-01 Thread srowen
Repository: spark Updated Branches: refs/heads/master 1dd925644 -> e4ce1bc4f [SPARK-15659][SQL] Ensure FileSystem is gotten from path ## What changes were proposed in this pull request? Currently `spark.sql.warehouse.dir` is pointed to local dir by default, which will throw exception when HA