Skip to content

Commit

Permalink
Merge b5573d0 into 7cd7623
Browse files Browse the repository at this point in the history
  • Loading branch information
Brijoo Bopanna committed Dec 18, 2018
2 parents 7cd7623 + b5573d0 commit 4244ebd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import org.apache.carbondata.processing.loading.constants.DataLoadProcessorConst
import org.apache.carbondata.processing.loading.events.LoadEvents.{LoadTablePostExecutionEvent, LoadTablePreExecutionEvent}
import org.apache.carbondata.processing.loading.model.CarbonLoadModel
import org.apache.carbondata.spark.rdd.StreamHandoffRDD
import org.apache.carbondata.spark.util.CommonUtil
import org.apache.carbondata.streaming.{CarbonStreamException, CarbonStreamOutputFormat}
import org.apache.carbondata.streaming.index.StreamFileIndex
import org.apache.carbondata.streaming.parser.CarbonStreamParser
Expand Down Expand Up @@ -93,6 +94,7 @@ class CarbonAppendableStreamSink(
carbonLoadModel.getDateFormat())
conf
}
CommonUtil.configureCSVInputFormat(hadoopConf, carbonLoadModel)
// segment max size(byte)
private val segmentMaxSize = hadoopConf.getLong(
CarbonCommonConstants.HANDOFF_SIZE,
Expand Down

0 comments on commit 4244ebd

Please sign in to comment.