Преглед на файлове

[oozie] Simplify hive action example

hive-default property is not required anymore
Romain Rigaux преди 13 години
родител
ревизия
6851e93552
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      apps/oozie/src/oozie/fixtures/initial_oozie_examples.json

+ 1 - 1
apps/oozie/src/oozie/fixtures/initial_oozie_examples.json

@@ -1684,7 +1684,7 @@
     "fields": {
       "files": "[\"hive-site.xml\"]",
       "job_xml": "hive-site.xml",
-      "job_properties": "[{\"name\":\"oozie.hive.defaults\",\"value\":\"hive-site.xml\"}]",
+      "job_properties": "[]",
       "params": "[]",
       "archives": "[]",
       "prepares": "[]",