Hi thanks for suggestion. I've seen this, but it's talking about how to run Hbase server on top of hadoop2, isn't it? My case is that I have already running Hbase0.94 cluster on top of hadoop1(and I can't touch it)
I need to work with hadoop2(e.g. hdfs filesystem) and hbase0.94(client code put/get etc) from the same java code On 2 August 2016 at 01:08, Ted Yu-3 [via Apache HBase] < [email protected]> wrote: > Have you taken a look at > http://hbase.apache.org/book.html#hadoop2.hbase_0.94 ? > > On Mon, Aug 1, 2016 at 1:04 PM, Igor Berman <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=4081493&i=0>> wrote: > > > Hi all, > > I have old hbase cluster 0.94x that I need to write some data to. The > > problem is that my setup already contains hadoop2 jars in classpath(the > > natural cluster is hadoop2x). I've found hbase-shaded-client project > that > > could help me, but it seems that it started from hbase 1x > > I thought about using Thrift api(hoping it won't create classpath > collision > > problems) > > another option would be to prepare shaded client from 0.94x. Is it > > possible? > > Any pointers to previous such work? > > > > > > any suggestions will be highly appreciated. > > Thanks in advance, > > Igor > > > > > > > > -- > > View this message in context: > > > http://apache-hbase.679495.n3.nabble.com/Shaded-client-for-0-94x-tp4081489.html > > Sent from the HBase User mailing list archive at Nabble.com. > > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-hbase.679495.n3.nabble.com/Shaded-client-for-0-94x-tp4081489p4081493.html > To unsubscribe from Shaded client for 0.94x, click here > <http://apache-hbase.679495.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4081489&code=aWdvci5iZXJtYW5AZ21haWwuY29tfDQwODE0ODl8LTY3NDE5Mjc4MQ==> > . > NAML > <http://apache-hbase.679495.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Shaded-client-for-0-94x-tp4081489p4081510.html Sent from the HBase User mailing list archive at Nabble.com.
