You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by yh...@apache.org on 2016/01/21 02:48:45 UTC

spark git commit: [SPARK-8968] [SQL] [HOT-FIX] Fix scala 2.11 build.

Repository: spark
Updated Branches:
  refs/heads/master 015c8efb3 -> d60f8d74a


[SPARK-8968] [SQL] [HOT-FIX] Fix scala 2.11 build.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d60f8d74
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d60f8d74
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d60f8d74

Branch: refs/heads/master
Commit: d60f8d74ace5670b1b451a0ea0b93d3b9775bb52
Parents: 015c8ef
Author: Yin Huai <yh...@databricks.com>
Authored: Wed Jan 20 17:48:18 2016 -0800
Committer: Yin Huai <yh...@databricks.com>
Committed: Wed Jan 20 17:48:18 2016 -0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/sql/hive/hiveWriterContainers.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d60f8d74/sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveWriterContainers.scala
----------------------------------------------------------------------
diff --git a/sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveWriterContainers.scala b/sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveWriterContainers.scala
index e9e08db..fc0dfd2 100644
--- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveWriterContainers.scala
+++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveWriterContainers.scala
@@ -49,7 +49,7 @@ import org.apache.spark.util.SerializableJobConf
  * It is based on [[SparkHadoopWriter]].
  */
 private[hive] class SparkHiveWriterContainer(
-    @transient jobConf: JobConf,
+    @transient private val jobConf: JobConf,
     fileSinkConf: FileSinkDesc,
     inputSchema: Seq[Attribute],
     table: MetastoreRelation)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org