fx19880617 edited a comment on pull request #6214:
URL: https://github.com/apache/incubator-pinot/pull/6214#issuecomment-719165919


   This is a sample job log:
   ```
   ➜ bin/pinot-ingestion-job.sh -jobSpecFile 
examples/batch/airlineStats/ingestionJobSpec.yaml
   2020/10/29 21:33:48.295 INFO [IngestionJobLauncher] [main] 
SegmentGenerationJobSpec:
   !!org.apache.pinot.spi.ingestion.batch.spec.SegmentGenerationJobSpec
   excludeFileNamePattern: null
   executionFrameworkSpec: {extraConfigs: null, name: standalone, 
segmentGenerationJobRunnerClassName: 
org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner,
     segmentMetadataPushJobRunnerClassName: null, 
segmentTarPushJobRunnerClassName: 
org.apache.pinot.plugin.ingestion.batch.standalone.SegmentTarPushJobRunner,
     segmentUriPushJobRunnerClassName: 
org.apache.pinot.plugin.ingestion.batch.standalone.SegmentUriPushJobRunner}
   includeFileNamePattern: glob:**/*.avro
   inputDirURI: examples/batch/airlineStats/rawdata
   jobType: SegmentCreationAndTarPush
   outputDirURI: examples/batch/airlineStats/segments
   overwriteOutput: true
   pinotClusterSpecs:
   - {controllerURI: 'http://localhost:9000'}
   pinotFSSpecs:
   - {className: org.apache.pinot.spi.filesystem.LocalPinotFS, configs: null, 
scheme: file}
   pushJobSpec: {pushAttempts: 2, pushParallelism: 1, pushRetryIntervalMillis: 
1000,
     segmentUriPrefix: null, segmentUriSuffix: null}
   recordReaderSpec: {className: 
org.apache.pinot.plugin.inputformat.avro.AvroRecordReader,
     configClassName: null, configs: null, dataFormat: avro}
   segmentCreationJobParallelism: 4
   segmentNameGeneratorSpec: null
   tableSpec: {schemaURI: 'http://localhost:9000/tables/airlineStats/schema', 
tableConfigURI: 'http://localhost:9000/tables/airlineStats',
     tableName: airlineStats}
   
   2020/10/29 21:33:48.299 INFO [IngestionJobLauncher] [main] Trying to create 
instance for class 
org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner
   2020/10/29 21:33:48.301 INFO [SegmentGenerationJobRunner] [main] Creating an 
executor service with 4 threads.
   2020/10/29 21:33:48.356 INFO [PinotFSFactory] [main] Initializing PinotFS 
for scheme file, classname org.apache.pinot.spi.filesystem.LocalPinotFS
   2020/10/29 21:33:48.776 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/03/airlineStats_data_2014-01-03.avro
   2020/10/29 21:33:48.779 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/04/airlineStats_data_2014-01-04.avro
   2020/10/29 21:33:48.780 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/05/airlineStats_data_2014-01-05.avro
   2020/10/29 21:33:48.782 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/02/airlineStats_data_2014-01-02.avro
   2020/10/29 21:33:48.784 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/20/airlineStats_data_2014-01-20.avro
   2020/10/29 21:33:48.786 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/18/airlineStats_data_2014-01-18.avro
   2020/10/29 21:33:48.787 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/27/airlineStats_data_2014-01-27.avro
   2020/10/29 21:33:48.788 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/11/airlineStats_data_2014-01-11.avro
   2020/10/29 21:33:48.789 WARN [SegmentIndexCreationDriverImpl] 
[pool-2-thread-3] Using class: 
org.apache.pinot.plugin.inputformat.avro.AvroRecordReader to read segment, 
ignoring configured file format: AVRO
   2020/10/29 21:33:48.789 WARN [SegmentIndexCreationDriverImpl] 
[pool-2-thread-1] Using class: 
org.apache.pinot.plugin.inputformat.avro.AvroRecordReader to read segment, 
ignoring configured file format: AVRO
   2020/10/29 21:33:48.789 WARN [SegmentIndexCreationDriverImpl] 
[pool-2-thread-2] Using class: 
org.apache.pinot.plugin.inputformat.avro.AvroRecordReader to read segment, 
ignoring configured file format: AVRO
   2020/10/29 21:33:48.789 WARN [SegmentIndexCreationDriverImpl] 
[pool-2-thread-4] Using class: 
org.apache.pinot.plugin.inputformat.avro.AvroRecordReader to read segment, 
ignoring configured file format: AVRO
   2020/10/29 21:33:48.790 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/29/airlineStats_data_2014-01-29.avro
   2020/10/29 21:33:48.791 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/16/airlineStats_data_2014-01-16.avro
   2020/10/29 21:33:48.792 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/28/airlineStats_data_2014-01-28.avro
   2020/10/29 21:33:48.794 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/17/airlineStats_data_2014-01-17.avro
   2020/10/29 21:33:48.795 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/10/airlineStats_data_2014-01-10.avro
   2020/10/29 21:33:48.796 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/19/airlineStats_data_2014-01-19.avro
   2020/10/29 21:33:48.797 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/26/airlineStats_data_2014-01-26.avro
   2020/10/29 21:33:48.806 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/21/airlineStats_data_2014-01-21.avro
   2020/10/29 21:33:48.808 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/07/airlineStats_data_2014-01-07.avro
   2020/10/29 21:33:48.809 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/09/airlineStats_data_2014-01-09.avro
   2020/10/29 21:33:48.812 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/31/airlineStats_data_2014-01-31.avro
   2020/10/29 21:33:48.813 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/30/airlineStats_data_2014-01-30.avro
   2020/10/29 21:33:48.814 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/08/airlineStats_data_2014-01-08.avro
   2020/10/29 21:33:48.815 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/01/airlineStats_data_2014-01-01.avro
   2020/10/29 21:33:48.817 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/06/airlineStats_data_2014-01-06.avro
   2020/10/29 21:33:48.818 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/24/airlineStats_data_2014-01-24.avro
   2020/10/29 21:33:48.819 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/23/airlineStats_data_2014-01-23.avro
   2020/10/29 21:33:48.820 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/15/airlineStats_data_2014-01-15.avro
   2020/10/29 21:33:48.822 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/12/airlineStats_data_2014-01-12.avro
   2020/10/29 21:33:48.823 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/13/airlineStats_data_2014-01-13.avro
   2020/10/29 21:33:48.824 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/14/airlineStats_data_2014-01-14.avro
   2020/10/29 21:33:48.825 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/22/airlineStats_data_2014-01-22.avro
   2020/10/29 21:33:48.827 INFO [SegmentGenerationJobRunner] [main] Submitting 
one Segment Generation Task for 
file:/Users/xiangfu/workspace/pinot-dev/pinot-distribution/target/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/apache-pinot-incubating-0.6.0-SNAPSHOT-bin/examples/batch/airlineStats/rawdata/2014/01/25/airlineStats_data_2014-01-25.avro
   2020/10/29 21:33:49.018 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-2] Finished building StatsCollector!
   2020/10/29 21:33:49.018 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-2] Collected stats for 307 documents
   2020/10/29 21:33:49.023 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-1] Finished building StatsCollector!
   2020/10/29 21:33:49.024 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-1] Collected stats for 409 documents
   2020/10/29 21:33:49.024 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-4] Finished building StatsCollector!
   2020/10/29 21:33:49.025 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-4] Collected stats for 403 documents
   2020/10/29 21:33:49.025 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-3] Finished building StatsCollector!
   2020/10/29 21:33:49.025 INFO [SegmentIndexCreationDriverImpl] 
[pool-2-thread-3] Collected stats for 422 documents
   2020/10/29 21:33:49.042 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: FlightNum with cardinality: 386, range: 14 
to 7389
   2020/10/29 21:33:49.042 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: FlightNum with cardinality: 395, range: 6 to 
7428
   2020/10/29 21:33:49.042 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: FlightNum with cardinality: 303, range: 4 to 
7410
   2020/10/29 21:33:49.042 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: FlightNum with cardinality: 402, range: 24 
to 7389
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: Origin, size: 297
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: Origin, size: 321
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: Origin, size: 294
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: Origin, size: 360
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: Origin with cardinality: 98, max length 
in bytes: 3, range: ABQ to VPS
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: Origin with cardinality: 99, max length 
in bytes: 3, range: ALB to TVC
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: Origin with cardinality: 107, max length 
in bytes: 3, range: ABQ to XNA
   2020/10/29 21:33:49.057 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: Origin with cardinality: 120, max length 
in bytes: 3, range: ABQ to YUM
   2020/10/29 21:33:49.059 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: Quarter with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.059 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: Quarter with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.059 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: Quarter with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.059 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: Quarter with cardinality: 1, range: 1 to 1
   2020/10/29 21:33:49.061 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: LateAircraftDelay with cardinality: 58, 
range: -2147483648 to 373
   2020/10/29 21:33:49.061 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: LateAircraftDelay with cardinality: 48, 
range: -2147483648 to 185
   2020/10/29 21:33:49.061 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: LateAircraftDelay with cardinality: 62, 
range: -2147483648 to 291
   2020/10/29 21:33:49.061 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: LateAircraftDelay with cardinality: 50, 
range: -2147483648 to 303
   2020/10/29 21:33:49.062 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivActualElapsedTime with cardinality: 47, 
range: -2147483648 to 891
   2020/10/29 21:33:49.062 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DivActualElapsedTime with cardinality: 58, 
range: -2147483648 to 1968
   2020/10/29 21:33:49.062 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivActualElapsedTime with cardinality: 31, 
range: -2147483648 to 773
   2020/10/29 21:33:49.062 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DivActualElapsedTime with cardinality: 87, 
range: -2147483648 to 1241
   2020/10/29 21:33:49.063 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DivWheelsOns with cardinality: 127, range: 
-2147483648 to 2359
   2020/10/29 21:33:49.063 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivWheelsOns with cardinality: 107, range: 
-2147483648 to 2341
   2020/10/29 21:33:49.063 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DivWheelsOns with cardinality: 149, range: 
-2147483648 to 2359
   2020/10/29 21:33:49.065 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivWheelsOns with cardinality: 50, range: 
-2147483648 to 2309
   2020/10/29 21:33:49.066 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DivWheelsOffs with cardinality: 93, range: 
-2147483648 to 2353
   2020/10/29 21:33:49.066 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivWheelsOffs with cardinality: 47, range: 
-2147483648 to 2153
   2020/10/29 21:33:49.067 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DivWheelsOffs with cardinality: 67, range: 
-2147483648 to 2349
   2020/10/29 21:33:49.066 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivWheelsOffs with cardinality: 34, range: 
-2147483648 to 2315
   2020/10/29 21:33:49.068 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: AirTime with cardinality: 136, range: 
-2147483648 to 362
   2020/10/29 21:33:49.068 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: AirTime with cardinality: 151, range: 
-2147483648 to 397
   2020/10/29 21:33:49.068 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: AirTime with cardinality: 151, range: 
-2147483648 to 361
   2020/10/29 21:33:49.068 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: AirTime with cardinality: 140, range: 
-2147483648 to 362
   2020/10/29 21:33:49.069 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: ArrDel15 with cardinality: 3, range: 
-2147483648 to 1
   2020/10/29 21:33:49.069 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: ArrDel15 with cardinality: 3, range: 
-2147483648 to 1
   2020/10/29 21:33:49.069 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: ArrDel15 with cardinality: 3, range: 
-2147483648 to 1
   2020/10/29 21:33:49.069 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: ArrDel15 with cardinality: 3, range: 
-2147483648 to 1
   2020/10/29 21:33:49.070 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for INT column: DivTotalGTimes with cardinality: 68, range: 
-2147483648 to 119
   2020/10/29 21:33:49.070 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for INT column: DivTotalGTimes with cardinality: 40, range: 
-2147483648 to 123
   2020/10/29 21:33:49.070 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for INT column: DivTotalGTimes with cardinality: 57, range: 
-2147483648 to 139
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for INT column: DivTotalGTimes with cardinality: 38, range: 
-2147483648 to 94
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Using fixed bytes value dictionary for column: DepTimeBlk, size: 171
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Using fixed bytes value dictionary for column: DepTimeBlk, size: 171
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Using fixed bytes value dictionary for column: DepTimeBlk, size: 171
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-2] 
Created dictionary for STRING column: DepTimeBlk with cardinality: 19, max 
length in bytes: 9, range: 0001-0559 to 2300-2359
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-4] 
Created dictionary for STRING column: DepTimeBlk with cardinality: 19, max 
length in bytes: 9, range: 0001-0559 to 2300-2359
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-3] 
Created dictionary for STRING column: DepTimeBlk with cardinality: 19, max 
length in bytes: 9, range: 0001-0559 to 2300-2359
   2020/10/29 21:33:49.071 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Using fixed bytes value dictionary for column: DepTimeBlk, size: 171
   2020/10/29 21:33:49.072 INFO [SegmentDictionaryCreator] [pool-2-thread-1] 
Created dictionary for STRING column: DepTimeBlk with cardinality: 19, max 
length in bytes: 9, range: 0001-0559 to 2300-2359
   ....


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to