You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jm...@apache.org on 2015/02/22 21:56:08 UTC

[35/50] [abbrv] hbase git commit: HBASE-13009: HBase REST UI inaccessible

HBASE-13009: HBase REST UI inaccessible

Signed-off-by: Andrew Purtell <ap...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8a6e9827
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8a6e9827
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8a6e9827

Branch: refs/heads/hbase-11339
Commit: 8a6e9827a2b35e4b967dc7690455ae941c49f18b
Parents: 9c66afb
Author: Aditya Kishore <ad...@mapr.com>
Authored: Tue Feb 10 16:07:48 2015 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Tue Feb 10 19:09:08 2015 -0800

----------------------------------------------------------------------
 hbase-assembly/src/main/assembly/components.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/8a6e9827/hbase-assembly/src/main/assembly/components.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/src/main/assembly/components.xml b/hbase-assembly/src/main/assembly/components.xml
index 520e85a..c6315ad 100644
--- a/hbase-assembly/src/main/assembly/components.xml
+++ b/hbase-assembly/src/main/assembly/components.xml
@@ -85,6 +85,12 @@
       <fileMode>0644</fileMode>
       <directoryMode>0755</directoryMode>
     </fileSet>
+    <fileSet>
+      <directory>${project.basedir}/../hbase-rest/target/hbase-webapps</directory>
+      <outputDirectory>hbase-webapps/</outputDirectory>
+      <fileMode>0644</fileMode>
+      <directoryMode>0755</directoryMode>
+    </fileSet>
     <!-- Include native libraries -->
     <fileSet>
         <directory>${project.basedir}/../hbase-server/target/native</directory>