zhangyue19921010 edited a comment on pull request #10910:
URL: https://github.com/apache/druid/pull/10910#issuecomment-786463419


   Modify current K8s related IT job(76), now this job is:
   1. Build Druid Cluster on K8s.
   2. No Zookeeper dependency.
   3. **_MiddleManager launches Peon pods to ingest data._**
   
   Also CI is passed now which means this pr is ready for review!
   
   Users also can run these commands on their local env to experience this new 
feature.
   ```
   export CONFIG_FILE='k8s_run_config_file.json' 
   export IT_TEST='-Dit.test=ITNestedQueryPushDownTest' 
   export POD_NAME=int-test 
   export POD_NAMESPACE=default 
   export BUILD_DRUID_CLSUTER=true
   export MAVEN_SKIP="-Pskip-static-checks -Ddruid.console.skip=true 
-Dmaven.javadoc.skip=true"
   mvn -B clean install -q -ff -Pskip-static-checks -Ddruid.console.skip=true 
-Dmaven.javadoc.skip=true -Pskip-tests -T1C
   mvn verify -pl integration-tests -P int-tests-config-file ${IT_TEST} 
${MAVEN_SKIP} -Dpod.name=${POD_NAME} -Dpod.namespace=${POD_NAMESPACE} 
-Dbuild.druid.cluster=${BUILD_DRUID_CLSUTER}
   ```
   


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



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

Reply via email to