浏览代码

HUE-5844 [oozie] Document workspace path parameterization

Romain Rigaux 8 年之前
父节点
当前提交
3b91c1a9e8
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      desktop/conf.dist/hue.ini
  2. 1 0
      desktop/conf/pseudo-distributed.ini.tmpl

+ 1 - 0
desktop/conf.dist/hue.ini

@@ -1079,6 +1079,7 @@
   ## sample_data_dir=...thirdparty/sample_data
   ## sample_data_dir=...thirdparty/sample_data
 
 
   # Location on HDFS where the oozie examples and workflows are stored.
   # Location on HDFS where the oozie examples and workflows are stored.
+  # Parameters are $TIME and $USER, e.g. /user/$USER/hue/workspaces/workflow-$TIME
   ## remote_data_dir=/user/hue/oozie/workspaces
   ## remote_data_dir=/user/hue/oozie/workspaces
 
 
   # Maximum of Oozie workflows or coodinators to retrieve in one API call.
   # Maximum of Oozie workflows or coodinators to retrieve in one API call.

+ 1 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -1081,6 +1081,7 @@
   ## sample_data_dir=...thirdparty/sample_data
   ## sample_data_dir=...thirdparty/sample_data
 
 
   # Location on HDFS where the oozie examples and workflows are stored.
   # Location on HDFS where the oozie examples and workflows are stored.
+  # Parameters are $TIME and $USER, e.g. /user/$USER/hue/workspaces/workflow-$TIME
   ## remote_data_dir=/user/hue/oozie/workspaces
   ## remote_data_dir=/user/hue/oozie/workspaces
 
 
   # Maximum of Oozie workflows or coodinators to retrieve in one API call.
   # Maximum of Oozie workflows or coodinators to retrieve in one API call.