You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by so...@apache.org on 2015/10/07 01:08:45 UTC

falcon git commit: FALCON-1509 Auto generation of REST API does not work in distributed mode. Contributed by Narayan Periwal.

Repository: falcon
Updated Branches:
  refs/heads/master 8062ce4b6 -> 1cd7f0b45


FALCON-1509 Auto generation of REST API does not work in distributed mode. Contributed by Narayan Periwal.


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

Branch: refs/heads/master
Commit: 1cd7f0b4571b520444eb69178a73d74629fedd39
Parents: 8062ce4
Author: Sowmya Ramesh <sr...@hortonworks.com>
Authored: Tue Oct 6 16:08:39 2015 -0700
Committer: Sowmya Ramesh <sr...@hortonworks.com>
Committed: Tue Oct 6 16:08:39 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt    | 4 +++-
 webapp/pom.xml | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/falcon/blob/1cd7f0b4/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index d39b3dc..bc37b3a 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -49,7 +49,9 @@ Trunk (Unreleased)
     FALCON-1403 Revisit IT cleanup and teardown(Narayan Periwal via Pallavi Rao)
 
   BUG FIXES
-    FALCON-1491 Update ActiveMQ version to 5.12
+    FALCON-1509 Auto generation of REST API does not work in distributed mode(Narayan Periwal via Sowmya Ramesh).
+
+    FALCON-1491 Update ActiveMQ version to 5.12(Peeyush Bishnoi via Sowmya Ramesh).
 
     FALCON-1487 In secure cluster setup Hcat process/feed scheduling or replication fails(Sowmya Ramesh)
 

http://git-wip-us.apache.org/repos/asf/falcon/blob/1cd7f0b4/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 7577062..8043ac8 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -53,6 +53,7 @@
                                 </resource>
                                 <resource>
                                     <directory>../prism/target/restapi</directory>
+                                    <targetPath>.</targetPath>
                                 </resource>
                             </webResources>
                         </configuration>