You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by sh...@apache.org on 2014/01/14 10:31:35 UTC

git commit: FALCON-262 Example files should use aligned dependency versions. Contributed by Jean-Baptiste Onofré

Updated Branches:
  refs/heads/master de6cba712 -> abd3fa48a


FALCON-262 Example files should use aligned dependency versions. Contributed by  Jean-Baptiste Onofré


Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/abd3fa48
Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/abd3fa48
Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/abd3fa48

Branch: refs/heads/master
Commit: abd3fa48a715ab8966ea17f4ba45731ead7793cb
Parents: de6cba7
Author: Shwetha GS <sh...@gmail.com>
Authored: Tue Jan 14 15:01:27 2014 +0530
Committer: Shwetha GS <sh...@gmail.com>
Committed: Tue Jan 14 15:01:27 2014 +0530

----------------------------------------------------------------------
 CHANGES.txt                                     | 3 +++
 src/main/examples/entity/embedded-cluster.xml   | 2 +-
 src/main/examples/entity/standalone-cluster.xml | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/abd3fa48/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 8428c18..6eac1ef 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,6 +19,9 @@ Trunk (Unreleased)
   OPTIMIZATIONS
 
   BUG FIXES
+    FALCON-262 Example files should use aligned dependency versions. (Jean-Baptiste Onofré
+    via Shwetha GS)
+
     FALCON-249 Fix mistakes in docs/InstallationSteps.html. (Jean-Baptiste Onofré
     via Shwetha GS)
 

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/abd3fa48/src/main/examples/entity/embedded-cluster.xml
----------------------------------------------------------------------
diff --git a/src/main/examples/entity/embedded-cluster.xml b/src/main/examples/entity/embedded-cluster.xml
index 4edc9cb..effcbd5 100644
--- a/src/main/examples/entity/embedded-cluster.xml
+++ b/src/main/examples/entity/embedded-cluster.xml
@@ -39,7 +39,7 @@
 
         <interface type="workflow" endpoint="http://localhost:41000/oozie/" version="4.0.0"/>
 
-        <interface type="messaging" endpoint="tcp://localhost:61616?daemon=true"  version="5.1.6"/>
+        <interface type="messaging" endpoint="tcp://localhost:61616?daemon=true"  version="5.4.3"/>
     </interfaces>
     <locations>
         <location name="staging" path="/projects/falcon/staging"/>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/abd3fa48/src/main/examples/entity/standalone-cluster.xml
----------------------------------------------------------------------
diff --git a/src/main/examples/entity/standalone-cluster.xml b/src/main/examples/entity/standalone-cluster.xml
index e5790d4..3c3c9f1 100644
--- a/src/main/examples/entity/standalone-cluster.xml
+++ b/src/main/examples/entity/standalone-cluster.xml
@@ -31,7 +31,7 @@
 
         <interface type="workflow" endpoint="http://localhost:11000/oozie/" version="4.0.0"/>
 
-        <interface type="messaging" endpoint="tcp://localhost:61616?daemon=true"  version="5.1.6"/>
+        <interface type="messaging" endpoint="tcp://localhost:61616?daemon=true"  version="5.4.3"/>
     </interfaces>
     <locations>
         <location name="staging" path="/projects/falcon/staging"/>