Repository: hbase
Updated Branches:
  refs/heads/HBASE-18410 a157c62de -> b5896b7a4 (forced update)


http://git-wip-us.apache.org/repos/asf/hbase/blob/70f4c5da/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/HBaseContext.scala
----------------------------------------------------------------------
diff --git 
a/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/HBaseContext.scala 
b/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/HBaseContext.scala
index d7e3f4f..0c51b28 100644
--- 
a/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/HBaseContext.scala
+++ 
b/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/HBaseContext.scala
@@ -917,7 +917,7 @@ class HBaseContext(@transient sc: SparkContext,
     new WriterLength(0,
       new StoreFileWriter.Builder(conf, new CacheConfig(tempConf), new 
HFileSystem(fs))
         .withBloomType(BloomType.valueOf(familyOptions.bloomType))
-        
.withComparator(CellComparator.COMPARATOR).withFileContext(hFileContext)
+        
.withComparator(CellComparatorImpl.COMPARATOR).withFileContext(hFileContext)
         .withFilePath(new Path(familydir, "_" + 
UUID.randomUUID.toString.replaceAll("-", "")))
         .withFavoredNodes(favoredNodes).build())
 

Reply via email to