Browse Source

[oozie] Simplify hive action example

hive-default property is not required anymore
Romain Rigaux 13 years ago
parent
commit
6851e93552
1 changed files with 1 additions and 1 deletions
  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": "[]",