You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2019/07/10 20:39:16 UTC

[bigtop] branch bigtop-alpha updated: Mute warnings of config variable name changes

This is an automated email from the ASF dual-hosted git repository.

oflebbe pushed a commit to branch bigtop-alpha
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/bigtop-alpha by this push:
     new 0248b8e  Mute warnings of config variable name changes
0248b8e is described below

commit 0248b8e45c866b929147e687256df95740f45bfa
Author: Olaf Flebbe <of...@oflebbe.de>
AuthorDate: Wed Jul 10 22:20:46 2019 +0200

    Mute warnings of config variable name changes
---
 bigtop-packages/src/common/hadoop/hadoop.default | 1 -
 bigtop-packages/src/common/hadoop/yarn.default   | 8 ++++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/bigtop-packages/src/common/hadoop/hadoop.default b/bigtop-packages/src/common/hadoop/hadoop.default
index 3aeadc2..3a7ce85 100644
--- a/bigtop-packages/src/common/hadoop/hadoop.default
+++ b/bigtop-packages/src/common/hadoop/hadoop.default
@@ -13,7 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 export HADOOP_HOME=/usr/lib/hadoop
-export HADOOP_PREFIX=/usr/lib/hadoop
 
 export HADOOP_LIBEXEC_DIR=/usr/lib/hadoop/libexec
 export HADOOP_CONF_DIR=/etc/hadoop/conf
diff --git a/bigtop-packages/src/common/hadoop/yarn.default b/bigtop-packages/src/common/hadoop/yarn.default
index 5748f16..1fc0fda 100644
--- a/bigtop-packages/src/common/hadoop/yarn.default
+++ b/bigtop-packages/src/common/hadoop/yarn.default
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-export YARN_IDENT_STRING=yarn
-export YARN_PID_DIR=/var/run/hadoop-yarn
-export YARN_LOG_DIR=/var/log/hadoop-yarn
-export YARN_CONF_DIR=/etc/hadoop/conf
+export HADOOP_IDENT_STRING=yarn
+export HADOOP_PID_DIR=/var/run/hadoop-yarn
+export HADOOP_LOG_DIR=/var/log/hadoop-yarn
+export HADOOP_CONF_DIR=/etc/hadoop/conf