You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2016/08/12 21:48:20 UTC

[jira] [Created] (HIVE-14532) Enable qtests from IDE

Zoltan Haindrich created HIVE-14532:
---------------------------------------

             Summary: Enable qtests from IDE
                 Key: HIVE-14532
                 URL: https://issues.apache.org/jira/browse/HIVE-14532
             Project: Hive
          Issue Type: Sub-task
            Reporter: Zoltan Haindrich
            Assignee: Zoltan Haindrich
            Priority: Minor


with HIVE-14444 applied; i've played around with executing qtest-s from eclipse...after the patch seemed ok; i've checked it with:

{code}
git clean -dfx
mvn package install eclipse:eclipse -Pitests -DskipTests
mvn -q test -Pitests -Dtest=TestNegativeCliDriver -Dqfile=combine2.q
{code}
the last step I think is not required...but I bootstrapped and checked my project integrity this way.

After this I was able to execute {{TestCliDriver}} from eclipse using {{-Dqfile=combine.q}}, other qfiles may or may not work...but will have at least some chances to be usable.

For my biggest surprise {{alter_concatenate_indexed_table.q}} also passed...which contains relative file references - and I suspected that it will have issues with that..

note: I've the datanucleus plugin installed...and i use it when I need to.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)