glasser commented on issue #7046: index_parallel: support !appendToExisting 
with no explicit intervals
URL: https://github.com/apache/incubator-druid/pull/7046#issuecomment-462100221
 
 
   For reference: I ended up running the integration test by running:
   
   ```
   export PATH="/usr/local/opt/openssl/bin:$PATH"
   export DOCKER_IP=127.0.0.1
   mvn install -ff -DskipTests -B -e
   (cd integration-tests && mvn verify -P integration-tests 
-Dit.test=ITParallelIndexTest)
   ```
   
   The PATH update put a Homebrew openssl on my path; the run_cluster.sh 
scripts didn't properly set up certs with the OSX default openssl. (They also 
don't use `set -e` enough so openssl failures didn't always cause the script to 
fail.) I only had to rerun mvn install when I changed actual server code, not 
integration test code. I had to increase the RAM given to my Mac Docker to 6GB 
(in the Docker GUI settings).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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