[
https://issues.apache.org/jira/browse/HBASE-20448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16547157#comment-16547157
]
stack commented on HBASE-20448:
-------------------------------
Thanks [~mdrob]. Tried it. Didn't work. ClassNotFoundExceptions for basic types.
This *hack* works:
{code}
export HADOOP_CLASSPATH="${HOME}/conf_hadoop:${HOME}/conf_hbase:`ls
~/hbase/lib/{.,client-facing-thirdparty}/*.jar|tr [:space:] ':'`"
${HOME}/hadoop/bin/hadoop --config ${HOME}/conf_hadoop
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList -libjars
/home/stack/hbase/lib/client-facing-thirdparty/htrace-core-3.1.0-incubating.jar
--monkey serverKilling -monkeyProps monkey.properties Generator 40 25000000
g.$date
{code}
Note the -libjars to add in htrace-core 3.1.0.
This is hbase-2.1.0RC1 over hadoop-2.8.4.
> update ref guide to expressly use shaded clients for examples
> -------------------------------------------------------------
>
> Key: HBASE-20448
> URL: https://issues.apache.org/jira/browse/HBASE-20448
> Project: HBase
> Issue Type: Sub-task
> Components: Client, documentation, mapreduce
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Major
> Fix For: 2.1.1
>
>
> the whole mapreduce section, especially, should be using the shaded version.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)