spark git commit: [SPARK-19148][SQL] do not expose the external table concept in Catalog

2017-01-16 Thread wenchen
Repository: spark Updated Branches: refs/heads/master f8db8945f -> 18ee55dd5 [SPARK-19148][SQL] do not expose the external table concept in Catalog ## What changes were proposed in this pull request? In https://github.com/apache/spark/pull/16296 , we reached a consensus that we should hide

spark git commit: [SPARK-18905][STREAMING] Fix the issue of removing a failed jobset from JobScheduler.jobSets

2017-01-16 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master c84f7d3e1 -> f8db8945f [SPARK-18905][STREAMING] Fix the issue of removing a failed jobset from JobScheduler.jobSets ## What changes were proposed in this pull request? the current implementation of Spark streaming considers a batch is

spark git commit: [SPARK-18905][STREAMING] Fix the issue of removing a failed jobset from JobScheduler.jobSets

2017-01-16 Thread zsxwing
Repository: spark Updated Branches: refs/heads/branch-2.1 975890507 -> f4317be66 [SPARK-18905][STREAMING] Fix the issue of removing a failed jobset from JobScheduler.jobSets ## What changes were proposed in this pull request? the current implementation of Spark streaming considers a batch

spark git commit: [SPARK-18828][SPARKR] Refactor scripts for R

2017-01-16 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master a115a5439 -> c84f7d3e1 [SPARK-18828][SPARKR] Refactor scripts for R ## What changes were proposed in this pull request? Refactored script to remove duplications and clearer purpose for each script ## How was this patch tested? manually

spark git commit: [SPARK-19232][SPARKR] Update Spark distribution download cache location on Windows

2017-01-16 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-2.1 4f3ce062c -> 975890507 [SPARK-19232][SPARKR] Update Spark distribution download cache location on Windows ## What changes were proposed in this pull request? Windows seems to be the only place with appauthor in the path, for which we

spark git commit: [SPARK-19232][SPARKR] Update Spark distribution download cache location on Windows

2017-01-16 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 12c8c2160 -> a115a5439 [SPARK-19232][SPARKR] Update Spark distribution download cache location on Windows ## What changes were proposed in this pull request? Windows seems to be the only place with appauthor in the path, for which we

spark git commit: [SPARK-19066][SPARKR] SparkR LDA doesn't set optimizer correctly

2017-01-16 Thread yliang
Repository: spark Updated Branches: refs/heads/master e635cbb6e -> 12c8c2160 [SPARK-19066][SPARKR] SparkR LDA doesn't set optimizer correctly ## What changes were proposed in this pull request? spark.lda passes the optimizer "em" or "online" as a string to the backend. However, LDAWrapper

spark git commit: [SPARK-18801][SQL][FOLLOWUP] Alias the view with its child

2017-01-16 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 61e48f52d -> e635cbb6e [SPARK-18801][SQL][FOLLOWUP] Alias the view with its child ## What changes were proposed in this pull request? This PR is a follow-up to address the comments