Re: Integration Testing Requirements

2019-02-20 Thread William Shen
Funny. The specific IT passed locally for me. Seems more like a Jenkins setup to troubleshoot for us... Thanks for your help Ankit. On Wed, Feb 20, 2019 at 12:07 PM William Shen wrote: > Thanks Ankit. > > What is the difference between these hive tests > (e.g.,

Re: Integration Testing Requirements

2019-02-20 Thread William Shen
Thanks Ankit. What is the difference between these hive tests (e.g., org.apache.phoenix.hive.HiveTezIT) and other tests that also use a mini cluster (org.apache.phoenix.end2end.MigrateSystemTablesToSystemNamespaceIT), which are passing? Specifically, what does it need from HADOOP_HOME? On Tue,

Re: Integration Testing Requirements

2019-02-19 Thread Ankit Singhal
you can check if HADOOP_HOME and JAVA_HOME are properly set in the environment. On Tue, Feb 19, 2019 at 11:23 AM William Shen wrote: > Hi everyone, > > I'm trying to set up the Jenkins job at work to build Phoenix and run the > integration tests. However, repeatedly I encounter issues with the

Integration Testing Requirements

2019-02-19 Thread William Shen
Hi everyone, I'm trying to set up the Jenkins job at work to build Phoenix and run the integration tests. However, repeatedly I encounter issues with the hive module when I run mvn verify. Does the hive integration tests require any special set up for them to pass? The other modules passed