You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/06/30 17:37:07 UTC

[18/50] [abbrv] git commit: SLIDER-163 Change recommended app_log_dir value

SLIDER-163 Change recommended app_log_dir value


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/83e4e473
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/83e4e473
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/83e4e473

Branch: refs/heads/feature/SLIDER-151_Implement_full_slider_API_in_REST_and_switch_client_to_it
Commit: 83e4e47385d41f4c2258d4c510bd7c1a0ebf2354
Parents: 153f5e9
Author: tedyu <yu...@gmail.com>
Authored: Tue Jun 24 11:07:39 2014 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Tue Jun 24 11:07:39 2014 -0700

----------------------------------------------------------------------
 app-packages/hbase/appConfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/83e4e473/app-packages/hbase/appConfig.json
----------------------------------------------------------------------
diff --git a/app-packages/hbase/appConfig.json b/app-packages/hbase/appConfig.json
index 2b7ec52..6225129 100644
--- a/app-packages/hbase/appConfig.json
+++ b/app-packages/hbase/appConfig.json
@@ -9,7 +9,7 @@
     "java_home": "/usr/jdk64/jdk1.7.0_45",
     "package_list": "files/hbase-${hbase.version}-hadoop2-bin.tar.gz",
     "site.global.app_user": "yarn",
-    "site.global.app_log_dir": "${AGENT_LOG_ROOT}/app/log",
+    "site.global.app_log_dir": "app/log",
     "site.global.app_pid_dir": "${AGENT_WORK_ROOT}/app/run",
     "site.global.app_root": "${AGENT_WORK_ROOT}/app/install/hbase-${hbase.version}-hadoop2",
     "site.global.app_install_dir": "${AGENT_WORK_ROOT}/app/install",