Slackbot
03/27/2023, 6:03 AMVijay Narayanan
03/27/2023, 6:07 AMeddie n
03/27/2023, 6:17 AM"tuningConfig": {
"type": "hadoop",
"workingPath": null,
"partitionsSpec": {
"type": "hashed",
"numShards": null,
"partitionDimensions": [],
"partitionFunction": "murmur3_32_abs",
"maxRowsPerSegment": 3000000
},
"shardSpecs": {},
"indexSpec": {
"bitmap": {
"type": "roaring",
"compressRunOnSerialization": true
},
"dimensionCompression": "lz4",
"metricCompression": "lz4",
"longEncoding": "longs",
"segmentLoader": null
},
"indexSpecForIntermediatePersists": {
"bitmap": {
"type": "roaring",
"compressRunOnSerialization": true
},
"dimensionCompression": "lz4",
"metricCompression": "lz4",
"longEncoding": "longs",
"segmentLoader": null
},
"appendableIndexSpec": {
"type": "onheap"
},
"maxRowsInMemory": 100000,
"maxBytesInMemory": 0,
"leaveIntermediate": false,
"cleanupOnFailure": true,
"overwriteFiles": false,
"ignoreInvalidRows": false,
"jobProperties": {
"mapreduce.job.queuename": "tiara",
"mapreduce.job.classloader": "true",
"mapreduce.map.memory.mb": "2048",
"mapreduce.map.java.opts": "-Xmx1638m -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -XX:+PrintGCDetails -XX:+PrintGCTimeStamps",
"mapreduce.reduce.cpu.vcores": "1",
"mapreduce.reduce.memory.mb": "20480",
"mapreduce.reduce.java.opts": "-Xmx12288m -XX:MaxDirectMemorySize=6g -Djava.net.preferIPv4Stack=true -Duser.timezone=UTC -Dfile.encoding=UTF-8 -XX:+PrintGCDetails -XX:+PrintGCTimeStamps"
},
"combineText": false,
"useCombiner": false,
"numBackgroundPersistThreads": 0,
"forceExtendableShardSpecs": false,
"useExplicitVersion": false,
"allowedHadoopPrefix": [],
"logParseExceptions": false,
"maxParseExceptions": 0,
"useYarnRMJobStatusFallback": true,
"awaitSegmentAvailabilityTimeoutMillis": 0
}
},
"hadoopDependencyCoordinates": null,
"classpathPrefix": null,
"context": {
"forceTimeChunkLock": true,
"useLineageBasedSegmentAllocation": true
}
}Vijay Narayanan
03/27/2023, 6:24 AMVijay Narayanan
03/27/2023, 6:31 AMVijay Narayanan
03/27/2023, 6:32 AMeddie n
03/27/2023, 7:24 AMmaxRowsPerSegment and succeeded! Seems like each segments were getting bigger and bigger. you saved my life thanks!Vijay Narayanan
03/27/2023, 8:00 AMGian Merlino
03/28/2023, 5:33 AMNKorade
04/24/2023, 11:32 PMGian Merlino
04/25/2023, 12:35 AMAsked to add buffers[XYZ] larger than configured max[2,147,483,647] which then eventually succeed after a retry?