[
https://issues.apache.org/jira/browse/HIVE-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13293095#comment-13293095
]
Namit Jain commented on HIVE-3085:
----------------------------------
Right now, the tests does require a shared mount if you want to run on multiple
machines.
This is good, if we dont want to compile across all the machines.
Having said that, I am also planning to use it on my machine only, and this
should still help to finish the tests in about 1.5 hours.
In that case, I was able to use local disk on my machine.
This can be further optimized. Some of them are:
1. Run the other tests in parallel with TestCliDriver and TestNegativeCliDriver
2. Run the tests that need super-user privilege in parallel with TestCliDriver
and TestNegativeCliDriver
Filed https://issues.apache.org/jira/browse/HIVE-3111 for that.
> make parallel tests work
> ------------------------
>
> Key: HIVE-3085
> URL: https://issues.apache.org/jira/browse/HIVE-3085
> Project: Hive
> Issue Type: Bug
> Components: Testing Infrastructure
> Reporter: Namit Jain
> Assignee: Shuai Ding
> Attachments: hive.3085.1.patch, hive.3085.2.patch
>
>
> https://cwiki.apache.org/Hive/unit-test-parallel-execution.html
> I was trying to run the tests using the instructions above.
> I was able to run them using a single machine (parallelism of 4 in ~2 hours).
> The conf. file is as follows: .hive_ptest.conf
> {
> "qfile_hosts": [
> ["root@<MC>", 4]
> ],
> "other_hosts": [
> ["root@<MC>", 1]
> ],
> "master_base_path": "/data/users/tmp",
> "host_base_path": "/data/users/hivetests",
> "java_home": "/usr/local/jdk-6u24-64"
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira