Skip to content

NXCALS-1618 Adds HBase jars to HDFS spark lib directory (excludes test and example jars)

#Merge request template @acc-logging-team - please have a look for approval.

It was observed that we are not pushing HBase jars to spark-lib directory. This is causing spark to fail on yarn/submit mode, due to not existing classes on the available classpath.

This MR is fixing this issue, by collecting the available HBase jars, located on the hadoop cluster. It also excludes example and testing hbase jars, since they are causing the submitted applications to fail, as they are influencing the runtime conditions by setting-up some testing contiditions (fake kerberos authentication etc.)

Merge request reports