aboutsummaryrefslogtreecommitdiff
path: root/bigtop-tests/spec-tests
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@boudnik.org>2016-02-17 22:13:26 +0300
committerRoman Shaposhnik <rvs@apache.org>2017-03-23 10:26:56 -0700
commit806b7f2f8b1b828cfc3d7fe05d0d53e793b3725b (patch)
tree6da6b4aa7d425d58db9cc01e3c94534613044914 /bigtop-tests/spec-tests
parent8f8ec8c424e2d72636272ded9c9dbcdb4096bdde (diff)
ODPI-97. HADOOP_GETCONF test should be using the hdfs command from users's $PATH
(cherry picked from commit d945bfb26a54032a7b87a811003127902c4f0946)
Diffstat (limited to 'bigtop-tests/spec-tests')
-rw-r--r--bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy b/bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy
index ce75bd01..310a9e8e 100644
--- a/bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy
+++ b/bigtop-tests/spec-tests/runtime/src/test/resources/testRuntimeSpecConf.groovy
@@ -196,7 +196,7 @@ specs {
name = 'HADOOP_GETCONF'
type = 'shell'
arguments {
- command = '[ `${HADOOP_HDFS_HOME}/bin/hdfs getconf -confKey dfs.permissions.superusergroup` == "hadoop" ]'
+ command = '[ `hdfs getconf -confKey dfs.permissions.superusergroup` == "hadoop" ]'
message = 'It\' not possible to to determine key Hadoop configuration values by using ${HADOOP_HDFS_HOME}/bin/hdfs getconf'
}
}