hbase-server required on CP for running MR jobs?

2014-11-05 Thread Tim Robertson
Hey folks, I'm upgrading an application from CDH4.3 to CDH5.2 so jumping from 0.94 to 0.98 and wanted to just ask for confirmation on the dependencies now hbase has split into hbase-client and hbase-server etc. If I am submitting MR jobs (to Yarn) that use things like TableMapReduceUtil it seems

Re: hbase-server required on CP for running MR jobs?

2014-11-05 Thread Ted Yu
Your observation is right. There isn't hbase-mapreduce module yet. For now, you need to include hbase-server module. Cheers On Nov 5, 2014, at 1:27 AM, Tim Robertson wrote: > Hey folks, > > I'm upgrading an application from CDH4.3 to CDH5.2 so jumping from 0.94 to > 0.98 and wanted to just

Re: hbase-server required on CP for running MR jobs?

2014-11-05 Thread Tim Robertson
Thanks for confirming Ted I'll use hbase-server and then exclude most of the transient dependencies, and the hadoop-core (MR1 stuff). I can't find a Jira for this so will write one up. Cheers, Tim On Wed, Nov 5, 2014 at 10:59 AM, Ted Yu wrote: > Your observation is right. > There isn't

Re: hbase-server required on CP for running MR jobs?

2014-11-05 Thread Ted Yu
See this JIRA: https://issues.apache.org/jira/browse/HBASE-11549 Cheers On Nov 5, 2014, at 4:58 AM, Tim Robertson wrote: > Thanks for confirming Ted > > I'll use hbase-server and then exclude most of the transient dependencies, > and the hadoop-core (MR1 stuff). I can't find a Jira for this s

Re: hbase-server required on CP for running MR jobs?

2014-11-07 Thread Nick Dimiduk
There's also a ticket to separate out MR: https://issues.apache.org/jira/plugins/servlet/mobile#issue/HBASE-11843 On Wednesday, November 5, 2014, Ted Yu wrote: > See this JIRA: > https://issues.apache.org/jira/browse/HBASE-11549 > > Cheers > > On Nov 5, 2014, at 4:58 AM, Tim Robertson > wrote: