HBASE-13600 check_compatibility.sh should ignore shaded jars
This commit is contained in:
parent
07e50f28b1
commit
e69e55b3fd
|
@ -191,7 +191,7 @@ for ref in 1 2; do
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
JAR_FIND_EXPRESSION=(-name "hbase*.jar" ! -name "*tests*" ! -name "*sources*")
|
JAR_FIND_EXPRESSION=(-name "hbase*.jar" ! -name "*tests*" ! -name "*sources*" ! -name "*shade*")
|
||||||
# Create an array of all the HBase JARs matching the find expression.
|
# Create an array of all the HBase JARs matching the find expression.
|
||||||
JARS=$(find ${SCRIPT_DIRECTORY}/target/compatibility/${ref} "${JAR_FIND_EXPRESSION[@]}")
|
JARS=$(find ${SCRIPT_DIRECTORY}/target/compatibility/${ref} "${JAR_FIND_EXPRESSION[@]}")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue