Fixes to get HubSpot build to work
- Our branch version munging script set-maven-versions can't parse the pom.xml due to unicode, remove it. - Our build adds build.json files to the jars. Allowlist those files in jar content verification. We could potentially try to upstream generic versions changes of these at some point
This commit is contained in:
parent
fd5b526398
commit
c7e4262990
|
@ -88,7 +88,7 @@ allowed_expr+="|^PropertyList-1.0.dtd$"
|
|||
# Shaded jetty resources
|
||||
allowed_expr+="|^about.html$"
|
||||
allowed_expr+="|^jetty-dir.css$"
|
||||
|
||||
allowed_expr+="|^build_info/(org.apache.hbase_hbase-[^.]+.build.json)?$"
|
||||
|
||||
if [ -n "${allow_hadoop}" ]; then
|
||||
# * classes in packages that start with org.apache.hadoop, which by
|
||||
|
|
2
hbase-shaded/hbase-shaded-with-hadoop-check-invariants/src/test/resources/ensure-jars-have-correct-contents.sh
Normal file → Executable file
2
hbase-shaded/hbase-shaded-with-hadoop-check-invariants/src/test/resources/ensure-jars-have-correct-contents.sh
Normal file → Executable file
|
@ -88,7 +88,7 @@ allowed_expr+="|^PropertyList-1.0.dtd$"
|
|||
# Shaded jetty resources
|
||||
allowed_expr+="|^about.html$"
|
||||
allowed_expr+="|^jetty-dir.css$"
|
||||
|
||||
allowed_expr+="|^build_info/(org.apache.hbase_hbase-[^.]+.build.json)?$"
|
||||
|
||||
if [ -n "${allow_hadoop}" ]; then
|
||||
# * classes in packages that start with org.apache.hadoop, which by
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -42,7 +42,7 @@
|
|||
<version>2.4.6</version>
|
||||
<name>Apache HBase</name>
|
||||
<description>
|
||||
Apache HBase is the Hadoop database. Use it when you need
|
||||
Apache HBase is the Hadoop database. Use it when you need
|
||||
random, realtime read/write access to your Big Data.
|
||||
This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters
|
||||
of commodity hardware.
|
||||
|
|
Loading…
Reference in New Issue