vogievetsky commented on issue #7840: not able to insert records
URL: 
https://github.com/apache/incubator-druid/issues/7840#issuecomment-500187242
 
 
   Boom: a video reply https://www.youtube.com/watch?v=X3nQd0KuqPU just for you 
@vadirajks 
   
   Here is the generated spec from the video:
   
   ```
   {
     "type": "index",
     "dataSchema": {
       "dataSource": "pageviews",
       "granularitySpec": {
         "type": "uniform",
         "segmentGranularity": "DAY",
         "queryGranularity": "HOUR",
         "rollup": true
       },
       "parser": {
         "type": "string",
         "parseSpec": {
           "format": "json",
           "timestampSpec": {
             "column": "timestamp",
             "format": "iso"
           },
           "dimensionsSpec": {
             "dimensions": [
               "eventId",
               "url",
               "userId"
             ]
           }
         }
       },
       "metricsSpec": [
         {
           "name": "count",
           "type": "count"
         }
       ]
     },
     "ioConfig": {
       "type": "index",
       "firehose": {
         "type": "local",
         "baseDir": "/Users/vadim/Downloads/",
         "filter": "events.json"
       }
     },
     "tuningConfig": {
       "type": "index"
     }
   }
   ```

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


With regards,
Apache Git Services

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

Reply via email to