Github user mohammadshahidkhan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1767#discussion_r160874806
--- Diff: conf/carbon.properties.template ---
@@ -29,11 +29,11 @@ carbon.badRecords.location=/opt/Carbon/Spark/badrecords
#File read buffer size used during sorting(in MB) :MIN=1:MAX=100
carbon.sort.file.buffer.size=20
#Rowset size exchanged between data load graph steps :MIN=500:MAX=1000000
-carbon.graph.rowset.size=100000
+carbon.graph.rowset.size=500
--- End diff --
Remove from property template and from idg also if present.
---