Explorar el Código

HUE-1031 [oozie] Encode generated XML in UTF-8

Abraham Elmahrek hace 12 años
padre
commit
4a4ab10aa3
Se han modificado 25 ficheros con 25 adiciones y 0 borrados
  1. 1 0
      apps/oozie/src/oozie/templates/editor/gen/bundle.xml.mako
  2. 1 0
      apps/oozie/src/oozie/templates/editor/gen/coordinator.xml.mako
  3. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-common.xml.mako
  4. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-decision.xml.mako
  5. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-distcp.xml.mako
  6. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-email.xml.mako
  7. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-end.xml.mako
  8. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-fork.xml.mako
  9. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-fs.xml.mako
  10. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-generic.xml.mako
  11. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-graph-status.xml.mako
  12. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-graph.xml.mako
  13. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-hive.xml.mako
  14. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-java.xml.mako
  15. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-join.xml.mako
  16. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-kill.xml.mako
  17. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-mapreduce.xml.mako
  18. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-pig.xml.mako
  19. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-shell.xml.mako
  20. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-sqoop.xml.mako
  21. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-ssh.xml.mako
  22. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-start.xml.mako
  23. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-streaming.xml.mako
  24. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow-subworkflow.xml.mako
  25. 1 0
      apps/oozie/src/oozie/templates/editor/gen/workflow.xml.mako

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/bundle.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/coordinator.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-common.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-decision.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-distcp.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-email.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-end.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-fork.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-fs.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-generic.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-graph-status.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-graph.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-hive.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-java.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-join.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-kill.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-mapreduce.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-pig.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-shell.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-sqoop.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-ssh.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-start.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-streaming.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow-subworkflow.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information

+ 1 - 0
apps/oozie/src/oozie/templates/editor/gen/workflow.xml.mako

@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 ## Licensed to Cloudera, Inc. under one
 ## or more contributor license agreements.  See the NOTICE file
 ## distributed with this work for additional information