Philip Zeyliger has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9264
Change subject: Remove Yarn from minicluster. ...................................................................... Remove Yarn from minicluster. Removes vestiges of Yarn from the minicluster. Turns out that we start Yarn as part of the minicluster, but we never use it. (HiveServer2 is configured to run MR jobs "locally" in process.) Likely, this Yarn integration is a vestige of Yarn/Llama integration. We can save memory by not starting it. The minimal change here was removing "yarn" from testdata/cluster/admin in the list of services. I went a little bit farther and removed vestiges of Yarn configuration as well. I tested by running core tests. I did not test the kerberized minicluster. Change-Id: I5504cc40b89e3c6d53fac0b7aa4b395fa63e8d79 --- M bin/create-test-configuration.sh M testdata/cluster/admin D testdata/cluster/node_templates/cdh5/etc/hadoop/conf/yarn-site.xml.tmpl D testdata/cluster/node_templates/common/etc/hadoop/conf/yarn-site.xml.tmpl D testdata/cluster/node_templates/common/etc/init.d/yarn-common D testdata/cluster/node_templates/common/etc/init.d/yarn-nodemanager D testdata/cluster/node_templates/common/etc/init.d/yarn-resourcemanager 7 files changed, 4 insertions(+), 330 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/64/9264/1 -- To view, visit http://gerrit.cloudera.org:8080/9264 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I5504cc40b89e3c6d53fac0b7aa4b395fa63e8d79 Gerrit-Change-Number: 9264 Gerrit-PatchSet: 1 Gerrit-Owner: Philip Zeyliger <[email protected]>
