averma111 commented on issue #10126:
URL: https://github.com/apache/druid/issues/10126#issuecomment-685132057


   @a2l007 --- > The druid version is 0.18.0. If you can spare 10 minutes of 
your time to join my webex I can show you live what is happening. Just to 
ingest 40k records the job is taking more than an hour to finish.
   
   Ingestion Spec:
   
   {
   
     "type" : "index_parallel",
   
     "spec" : {
   
       "dataSchema" : {
   
         "dataSource" : "wikipedia_spark",
   
         "dimensionsSpec" : {
   
           "dimensions" : [
   
             "channel",
   
             "cityName",
   
             "comment",
   
             "countryIsoCode",
   
             "countryName",
   
             "isAnonymous",
   
             "isMinor",
   
             "isNew",
   
             "isRobot",
   
             "isUnpatrolled",
   
             "metroCode",
   
             "namespace",
   
             "page",
   
             "regionIsoCode",
   
             "regionName",
   
             "user",
   
             { "name": "added", "type": "long" },
   
             { "name": "deleted", "type": "long" },
   
             { "name": "delta", "type": "long" }
   
           ]
   
         },
   
         "timestampSpec": {
   
           "column": "time",
   
           "format": "iso"
   
         },
   
         "metricsSpec" : [],
   
         "granularitySpec" : {
   
           "type" : "uniform",
   
           "segmentGranularity" : "day",
   
           "queryGranularity" : "none",
   
           "rollup" : false
   
         }
   
       },
   
       "ioConfig" : {
   
         "type" : "index_parallel",
   
         "inputSource" : {
   
           "type" : "local",
   
           "baseDir" : “<file path as of NFS mount point on druid server.>”
   
          "filter" : "wikiticker-2015-09-12-sampled.json"
   
         },
   
         "inputFormat" :  {
   
           "type": "json"
   
         },
   
         "appendToExisting" : true
   
       },
   
       "tuningConfig" : {
   
         "type" : "index_parallel",
   
         "maxRowsPerSegment" : 5000000,
   
         "maxRowsInMemory" : 25000
   
       }
   
     }
   
   }
   


----------------------------------------------------------------
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