Yes thanks for looking into it.  Can you edit testconfiguration.properties
to add a section for LlapCliDriver tests, see HIVE-7254 for details.  That
way the framework can identify which tests it needs to run and then split
it into parallel batches across test nodes.  Otherwise it will just run all
of the LlapCliDriver tests using -Dtest=TestMiniLlapCliDriver in one huge
batch.

Once you finish, let me know and I'll tweak the test properties to set a
batch size for that one.

Thanks
Szehon

On Mon, Sep 28, 2015 at 4:23 PM, Prasanth Jayachandran <prasan...@apache.org
> wrote:

> Hello everyone
>
> Regarding HIVE-11642, the tests for MiniLlapCliDriver are not split across
> multiple nodes. I can see from the logs that MiniTezCliDriver are broken
> down into many tests and ran on different machines.
> http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5447/test-results/
> <
> http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5447/test-results/
> >
>
> How can we do the same for MiniLlapCliDriver tests? Do we need to do
> something in PTest2 to enable splitting of tests?
> MiniLlapCliDriver runs the same tests are MiniTez but in llap mode.
>
> Thanks
> Prasanth

Reply via email to