Re: Issue with documentation

2018-07-25 Thread Gian Merlino
Hey Himanshu, The docs are kept in the main Druid repo and released to the site when we do Druid releases. The source for the doc you mentioned is here: https://github.com/apache/incubator-druid/blob/master/docs/content/tutorials/quickstart.md If you still see the error in master, please raise a

Issue with documentation

2018-07-25 Thread Himanshu Pandey
Hi Team, I am new to druid and would like to contribute to the project. While setting it up on my local, I found one minor documentation issue here: http://druid.io/docs/0.12.1/tutorials/quickstart.html How can I proceed with creating the issue and possibly fixing it? *Thanks & Regards,*

Re: Problem on druid-s3-extensions

2018-07-25 Thread Jihoon Son
Hi Dongjin, as Charles said, you should set the region for aws sdk. Here is a snippet of our Travis configuration. > # other modules test >- sudo: false > env: >- NAME="other modules test" >- AWS_REGION=us-east-1 # set a aws region for unit tests > install:

Re: Build failure on 0.13.SNAPSHOT

2018-07-25 Thread Jihoon Son
@Dongjin, thank you for looking into this. I got some follow-up questions. > Druid uses above 8gb of memory for testing. How did you get this result? Did you use some tools to get the memory usage of only the maven process for Druid tests? When I checked last time using JMC, I could see that

Re: Flushing Travis Caches

2018-07-25 Thread Gian Merlino
No objection, I did it at one point in the past too when it seemed to have got corrupted (weird, inexplicable errors unpacking jars that got fixed when the cache was cleared). On Wed, Jul 25, 2018 at 10:10 AM Charles Allen wrote: > The cache for one of my PRs got corrupt on travis and I had to

Re: Build failure on 0.13.SNAPSHOT

2018-07-25 Thread Charles Allen
OOME seems to be showing up in some of the Travis testing as well for group by related stuff. Unsure what's going on there. On Tue, Jul 24, 2018 at 9:46 PM Dongjin Lee wrote: > After some experiments, I figured out the following: > > 1. Druid uses above 8gb of memory for testing.

Re: Release process for Maven artifacts?

2018-07-25 Thread Gian Merlino
Ah, I forgot to mention the parent pom. Glad you spotted it. On Tue, Jul 24, 2018 at 10:32 PM Joseph Glanville wrote: > Hi Gian, > > I was able to publish our own artifacts by creating a new oss-parent pom > pointing to our Maven repository and updating the Druid root pom to point > to it. > It

Re: Build failure on 0.13.SNAPSHOT

2018-07-25 Thread Gian Merlino
Hi Dongjin, Thanks for doing this research. I don't see building-druid.png attached to your mail -- maybe the ASF mailing list ate it? Please do send in a pull request to update the documentation. Fwiw I think 8GB should be enough memory with the right settings, since our Travis CI build