Skip to content

Commit

Permalink
Merge pull request apache#92 from mapr/mapr-26258
Browse files Browse the repository at this point in the history
[MAPR-26258] hbasecontext.HBaseDistributedScanExample fails
  • Loading branch information
rsotn-mapr authored Feb 27, 2017
2 parents 7577dd7 + 9841429 commit 519f6f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ext-conf/compatibility.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
hive_versions=
hbase_versions=1.1.1
hbase_versions=1.1.8
1 change: 1 addition & 0 deletions ext-util/generate-classpath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,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/metrics-core*.jar"
fi

if [ -d $component_conf_dir ]; then
Expand Down

0 comments on commit 519f6f6

Please sign in to comment.