BeckerK commented on issue #9434: Posgresql to Druid direct data insertion
URL: https://github.com/apache/druid/issues/9434#issuecomment-593826170
 
 
   for 0.17.0 you have to build your own druid version
   http://druid.apache.org/docs/latest/development/build.html
   
   instead of this command 
   "mvn clean install -Papache-release,dist,rat -DskipTests"
   use this one 
   "mvn clean install -Pdist -DskipTest"
   
   the second command will save you some time.

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