Răsfoiți Sursa

HUE-5844 [oozie] Document workspace path parameterization

Romain Rigaux 8 ani în urmă
părinte
comite
3b91c1a
2 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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
 
   # 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
 
   # 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
 
   # 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
 
   # Maximum of Oozie workflows or coodinators to retrieve in one API call.