lgellis opened a new issue #8670: Issue with "Paste Data" data load
URL: https://github.com/apache/incubator-druid/issues/8670
 
 
   When I try to do a data load from "Paste Data", it fails every time.  This 
is the same data I was able to load successfully via local disk and HTTP(s).
   
   ### Affected Version
   
   apache-druid-0.16.0-incubating
   
   ### Description
   
   This is running on my local mac. 
   
   I am attempting to load a variety of data sources through the "Paste data" 
option.  Every source, I get the same error:
   
   Failed to submit task: Instantiation of [simple type, class 
org.apache.druid.indexing.common.task.batch.parallel.ParallelIndexSupervisorTask]
 value failed: [InlineFirehoseFactory] should implement FiniteFirehoseFactory
   
   I am keeping most of the defaults selected on the JSON spec.  Please note 
that these same files work in Local Disk and HTTP(s) uploads.  An example data 
set could be:
   
   ```
   ACCOUNT_ID | TIMESTAMP | PURCHASE_ITEM | SPEND
   -- | -- | -- | --
   12345 | 2019-09-21T00:18:56Z | 8769 | 50
   12347 | 2019-09-21T00:18:56Z | 8769 | 120
   12005 | 2019-09-21T00:18:56Z | 7895 | 99
   12347 | 2019-09-21T00:18:56Z | 8769 | 13
   12005 | 2019-09-21T00:18:56Z | 23389 | 16
   ```
   
   or
   
   ```
   
   State | Avg Home Value | Avg Home Value - Bottom Tier | Avg Home Value - Top 
Tier | % Homes Sold at Loss | % Homes Sold at Gain
   -- | -- | -- | -- | -- | --
   AK | 263858.333 | 180560 | 333920 | 17.33 | 82.67
   AL | 140725 | 98252.9412 | 215566.242 | 19.9766667 | 80.0233333
   AR | 137354.546 | 95977.381 | 213573.404 | 12.99 | 87.01
   AZ | 248024.324 | 160782.418 | 333802.128 | 14.3136364 | 85.6863636
   CA | 629035.673 | 476747.344 | 886825.811 | 6.21264706 | 93.9334286
   CO | 342575.096 | 256928.302 | 505369.461 | 2.62428571 | 97.5675
   CT | 301411.02 | 206586.74 | 445132.584 |   |  
   DC | 592919.048 | 306800 | 964400 | 3.85 | 96.15
   
   ```
   
   Thank you

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to