Hi Prasanth: Thanks for reply, I mean regenerate all the q*out . Jenkins shows that a lot unit test failures
Currently I saw many unit test failures in https://builds.apache.org/job/PreCommit-HIVE-Build/7056/consoleFull about following TestAccumuloCliDriver TestBeeLineDriver TestBlobstoreCliDriver TestCliDriver TestContribCliDriver ..... So I need to execute following command for every TestXXXX? mvn clean test -Dtest= ${TestXXX} -Dtest.output.overwrite=true # I found that if you don't specify the -Dfile, it will execute all the test included in the TestXXX Best Regards Kelly Zhang/Zhang,Liyun -Original Message----- From: Prasanth Jayachandran [mailto:pjayachand...@hortonworks.com] Sent: Saturday, September 30, 2017 11:53 AM To: dev@hive.apache.org; dev@hive.apache.org Subject: Re: Anyone knows to use which command to regenerate the q*out files? Hi Try running it from itests or itests/qtest directory. mvn clean test -Dtest=TestCliDriver -Dqfile=testfilename.q -Dtest.output.overwrite=true should work. Thanks Prasanth On Fri, Sep 29, 2017 at 8:49 PM -0700, "Zhang, Liyun" <liyun.zh...@intel.com<mailto:liyun.zh...@intel.com>> wrote: Hi all: Anyone knows to use which command to regenerate the q*out files ? I have tried "mvn clean test -Dtest=TestCliDriver -Dtest.output.overwrite=true" but seems not work. Appreciate to get some suggestion from you! Best Regards Kelly Zhang/Zhang,Liyun