vivostar opened a new pull request, #946:
URL: https://github.com/apache/bigtop/pull/946
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'BIGTOP-3638: Your PR title ...'.
-->
### Description of PR
add **hive config hive.tez.cpu.vcores** and **hive.tez.container.size**
configurations for hive on tez mode.
### How was this patch tested?
1. enter the $BIGTOP_HOME/provisioner/docker dir, and edit the
docker-hadoop.sh, add following config
```shell
hadoop_hive::common_config::hive_execution_engine: "tez"
hadoop::common::use_tez: true
hadoop_hive::common_config::hive_tez_container_size: 1024
hadoop_hive::common_config::hive_tez_cpu_vcores: 1
```
2. edit the config.yaml
```yaml
docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-centos-7"
repo: "http://repos.bigtop.apache.org/releases/3.1.0/centos/7/$basearch"
distro: centos
components: [hdfs, yarn, mapreduce,hive, tez]
enable_local_repo: false
smoke_test_components: [hdfs, yarn, mapreduce, hive]
```
3. create bigtop hadoop containner
4. create some hive table for test.
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [x] Make sure that newly added files do not have any licensing issues.
When in doubt refer to https://www.apache.org/licenses/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]