Repository: oozie Updated Branches: refs/heads/master 78c869969 -> fafb5cf03
OOZIE-2391 spark-opts value in workflow.xml is not parsed properly addendum (gezapeti via rkanter) Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/fafb5cf0 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/fafb5cf0 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/fafb5cf0 Branch: refs/heads/master Commit: fafb5cf0317d34d83fd16768f5b438ae437a6d41 Parents: 78c8699 Author: Robert Kanter <[email protected]> Authored: Thu Apr 21 17:47:05 2016 -0700 Committer: Robert Kanter <[email protected]> Committed: Thu Apr 21 17:47:05 2016 -0700 ---------------------------------------------------------------------- .../apache/oozie/action/hadoop/TestSparkOptionsSplitter.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/fafb5cf0/sharelib/spark/src/test/java/org/apache/oozie/action/hadoop/TestSparkOptionsSplitter.java ---------------------------------------------------------------------- diff --git a/sharelib/spark/src/test/java/org/apache/oozie/action/hadoop/TestSparkOptionsSplitter.java b/sharelib/spark/src/test/java/org/apache/oozie/action/hadoop/TestSparkOptionsSplitter.java index 3c154cc..31f53ac 100644 --- a/sharelib/spark/src/test/java/org/apache/oozie/action/hadoop/TestSparkOptionsSplitter.java +++ b/sharelib/spark/src/test/java/org/apache/oozie/action/hadoop/TestSparkOptionsSplitter.java @@ -6,9 +6,9 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * <p> - * http://www.apache.org/licenses/LICENSE-2.0 - * <p> + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
