File tree Expand file tree Collapse file tree
sql/hive/src/main/scala/org/apache/spark/sql/hive Expand file tree Collapse file tree Original file line number Diff line number Diff line change 131131 <curator .version>2.4.0</curator .version>
132132 <hive .group>org.spark-project.hive</hive .group>
133133 <!-- Version used in Maven Hive dependency -->
134- <hive .version>1.2.1.spark </hive .version>
134+ <hive .version>1.2.1.spark2 </hive .version>
135135 <!-- Version used for internal directory structure -->
136136 <hive .version.short>1.2.1</hive .version.short>
137137 <derby .version>10.10.1.1</derby .version>
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ import scala.collection.JavaConverters._
2424import scala .language .implicitConversions
2525import scala .reflect .ClassTag
2626
27- import com .esotericsoftware .kryo .Kryo
28- import com .esotericsoftware .kryo .io .{Input , Output }
2927import com .google .common .base .Objects
3028import org .apache .avro .Schema
3129import org .apache .hadoop .conf .Configuration
@@ -37,6 +35,8 @@ import org.apache.hadoop.hive.serde2.ColumnProjectionUtils
3735import org .apache .hadoop .hive .serde2 .avro .{AvroGenericRecordWritable , AvroSerdeUtils }
3836import org .apache .hadoop .hive .serde2 .objectinspector .primitive .HiveDecimalObjectInspector
3937import org .apache .hadoop .io .Writable
38+ import org .apache .hive .com .esotericsoftware .kryo .Kryo
39+ import org .apache .hive .com .esotericsoftware .kryo .io .{Input , Output }
4040
4141import org .apache .spark .internal .Logging
4242import org .apache .spark .sql .types .Decimal
You can’t perform that action at this time.
0 commit comments