Hi. We have merged the llap branch into master and would like to parallelize the llap test the same way the CliDriver, Minimr, Spark, HBase, etc. tests are parallelized. The test currently only runs ~20 tests from a separate variable (otherwise it times out).
https://issues.apache.org/jira/browse/HIVE-12014 brings the test config to its final form, the relevant settings are <qtestgen … queryFile="${qfile}” … - includeQueryFile="${minillap.query.files}" + includeQueryFile="${minillap.query.files},${minitez.query.files.shared}" … className="TestMiniLlapCliDriver" Is anything else needed to make it run in parallel? Thanks.
