Skip to content

Commit

Permalink
[EZSPA-1195] Fix Spark scripts as htrace-core*.jar was removed from H…
Browse files Browse the repository at this point in the history
…Base (apache#1106)

Co-authored-by: Egor Krivokon <>
  • Loading branch information
ekrivokonmapr committed Nov 6, 2023
1 parent 7bfa473 commit ee6c546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext-utils/generate-classpath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function generate_hbase_classpath()

if [ -d $component_lib_dir ]; then
add_glob_jar "$component_lib_dir/hbase-*.jar"
add_glob_jar "$component_lib_dir/htrace-core*.jar"
add_glob_jar "$component_lib_dir/hbase-shaded-htrace*.jar"
add_glob_jar "$component_lib_dir/metrics-core*.jar"
fi
}
Expand Down

0 comments on commit ee6c546

Please sign in to comment.