You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2018/02/28 06:26:22 UTC

bigtop git commit: BIGTOP-3004: Fix HBase build failure on Debian/Fedora

Repository: bigtop
Updated Branches:
  refs/heads/master 6781b266d -> 56d7077f4


BIGTOP-3004: Fix HBase build failure on Debian/Fedora

Debian/Fedora uses bash-4.4.12 which treats the extra
trailing backslash as error. HBase has patch for this
and should be backported.

Change-Id: I11353ec0fcdca6e04373c0dac34e0e23aa757f30
Signed-off-by: Jun He <ju...@linaro.org>
Signed-off-by: Evans Ye <ev...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/56d7077f
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/56d7077f
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/56d7077f

Branch: refs/heads/master
Commit: 56d7077f4fb136abfdc47ddd719160c6461b2600
Parents: 6781b26
Author: Jun He <ju...@linaro.org>
Authored: Mon Feb 26 15:28:42 2018 +0800
Committer: Evans Ye <ev...@apache.org>
Committed: Wed Feb 28 14:26:03 2018 +0800

----------------------------------------------------------------------
 .../src/common/hbase/patch3-HBASE-17352.diff           | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/56d7077f/bigtop-packages/src/common/hbase/patch3-HBASE-17352.diff
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/hbase/patch3-HBASE-17352.diff b/bigtop-packages/src/common/hbase/patch3-HBASE-17352.diff
new file mode 100644
index 0000000..aed179b
--- /dev/null
+++ b/bigtop-packages/src/common/hbase/patch3-HBASE-17352.diff
@@ -0,0 +1,13 @@
+diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
+index 185e681..b9d8dcc 100644
+--- a/hbase-assembly/pom.xml
++++ b/hbase-assembly/pom.xml
+@@ -138,7 +138,7 @@
+                 <argument>bash</argument>
+                 <argument>-c</argument>
+                 <argument>cat maven-shared-archive-resources/META-INF/NOTICE \
+-                  `find ${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt` \
++                  `find ${project.build.directory}/dependency -iname NOTICE -or -iname NOTICE.txt`
+                 </argument>
+               </arguments>
+               <outputFile>${project.build.directory}/NOTICE.aggregate</outputFile>