Passing conf params to hbase|hadoop e.g. hbase.mapreduce.scan.row.start

2015-10-28 Thread Nicolae Marasoiu
Hi, To pass some TableInputFormat params to hbase Export command, we either need to edit/duplicate an existing hbase-site.conf and give its location with -conf param. Is there also another way to pass directly inline such conf params, e.g. -Chbase.mapreduce.scan.row.start=xx ? Thanks, Nicu

Re: Passing conf params to hbase|hadoop e.g. hbase.mapreduce.scan.row.start

2015-10-28 Thread Ted Yu
Currently such parameters are only read from conf FYI On Wed, Oct 28, 2015 at 8:42 AM, Nicolae Marasoiu < nicolae.maras...@adswizz.com> wrote: > Hi, > > > To pass some TableInputFormat params to hbase Export command, we either > need to edit/duplicate an existing hbase-site.conf and give its loc

Re: Opinions wanted: new site skin

2015-10-28 Thread anil gupta
Hi, Sample website does not looks good on Iphone6. Its content is unreadable since page layout is not using width of iphone screen. Thanks, Anil On Tue, Oct 27, 2015 at 6:29 PM, Misty Stanley-Jones < mstanleyjo...@cloudera.com> wrote: > If you looked right away, please look again. I didn't real

Re: Opinions wanted: new site skin

2015-10-28 Thread Stack
It looks lovely on a nexus (smile). Site looks good to me. Not sure about background light grey but all the rest I like. St.Ack On Wed, Oct 28, 2015 at 11:08 AM, anil gupta wrote: > Hi, > > Sample website does not looks good on Iphone6. Its content is unreadable > since page layout is not us

Re: equivalent to HTableUtil in v. 1.1

2015-10-28 Thread Enis Söztutar
Hi Artem, The 1.0 API BufferedMutator should cover the use case where previously HTableUtil was used or HTable.setAutoFlush(false) is used. BufferedMutator already groups the mutations per region server under the hood (AsyncProcess) and sends the buffered mutations in the background. There should

Re: Opinions wanted: new site skin

2015-10-28 Thread Misty Stanley-Jones
> On Oct 29, 2015, at 4:08 AM, anil gupta wrote: > > Hi, > > Sample website does not looks good on Iphone6. Its content is unreadable > since page layout is not using width of iphone screen. > That's surprising. Can you send me a screenshot? I tested it on my 6+ and I don't see that issue. > Tha

Re: Opinions wanted: new site skin

2015-10-28 Thread iain wright
Agreed, most recent version looks great on iphone 6s+: http://i.imgur.com/k4enJMB.png http://i.imgur.com/MYprWgQ.png Maybe Anil was referring to the first proposed update: http://i.imgur.com/jNmgjOQ.png -- Iain Wright This email message is confidential, intended only for the recipient(s) named

Re: Opinions wanted: new site skin

2015-10-28 Thread Misty Stanley-Jones
The grey background was inadvertent and has now been changed to white, if you refresh. Please click around and try the menus etc, as well. By the way, I know that the docs don't look great on a mobile phone, but that's a totally different issue to solve, not related to the Maven site styling. On

Re: Opinions wanted: new site skin

2015-10-28 Thread Elliott Clark
Looks great with the white. +1 On Wed, Oct 28, 2015 at 2:52 PM, Misty Stanley-Jones < mstanleyjo...@cloudera.com> wrote: > The grey background was inadvertent and has now been changed to white, if > you refresh. > > Please click around and try the menus etc, as well. > > By the way, I know that t

Re: equivalent to HTableUtil in v. 1.1

2015-10-28 Thread Artem Ervits
Thanks Enis, would you say creating a new BM every 10k rows vs reusing the same BM would make any difference in performance? On Oct 28, 2015 2:54 PM, "Enis Söztutar" wrote: > Hi Artem, > > The 1.0 API BufferedMutator should cover the use case where previously > HTableUtil was used or HTable.setAu

Re: Disk usage drops after RegionServer restart? (0.98)

2015-10-28 Thread Yahoo
I see exactly the same thing on one of our clusters, also running HBase 0.98 (not sure of the rest of the version number since I'm not in the office right now). The non-hdfs disk space slowly fills up and I failed to locate the actual files using 'du'. I did a lot of googling but couldn't find

Re: Opinions wanted: new site skin

2015-10-28 Thread Andrew Purtell
Can we remove the "fork me on GitHub banner"? We're not currently accepting pull requests. Remove this and I'll be +1. Until then -1, although otherwise it looks great. On Wed, Oct 28, 2015 at 2:54 PM, Elliott Clark wrote: > Looks great with the white. +1 > > On Wed, Oct 28, 2015 at 2:52 PM, Mi

Re: Opinions wanted: new site skin

2015-10-28 Thread Misty Stanley-Jones
You're looking at the wrong staged site. Please look at the one in the reflow_update/ directory. > On Oct 29, 2015, at 8:38 AM, Andrew Purtell wrote: > > Can we remove the "fork me on GitHub banner"? We're not currently accepting > pull requests. Remove this and I'll be +1. Until then -1, althoug

Re: Opinions wanted: new site skin

2015-10-28 Thread Andrew Purtell
Ah, ok, sorry about that, yes that "fork me" banner is gone, thanks. The buttons for section headers adjust the scroll position differently at each click and do not center properly on the section header. Click on News, go to News, News button is highlighted. Click on Welcome to Apache HBase, go to

Re: Opinions wanted: new site skin

2015-10-28 Thread Anil Gupta
Here u go: Sent from my iPhone > On Oct 28, 2015, at 3:40 PM, Misty Stanley-Jones > wrote: > > You're looking at the wrong staged site. Please look at the one in the > reflow_update/ directory. > >> On Oct 29, 2015, at 8:38 AM, Andrew Purtell wrote: >> >> Can we remove the "fork me on Git

Re: Opinions wanted: new site skin

2015-10-28 Thread Misty Stanley-Jones
Sorry Anil, I didn't get an attachment. Maybe the mailing list strips it off. If so, can you send it to me privately? On Thu, Oct 29, 2015 at 9:14 AM, Anil Gupta wrote: > Here u go: > > > > > Sent from my iPhone > > > On Oct 28, 2015, at 3:40 PM, Misty Stanley-Jones < > mstanleyjo...@cloudera.co

Re: Opinions wanted: new site skin

2015-10-28 Thread Nick Dimiduk
Nice work Misty. For me, the first link [0] looks a lot better than the second link [1]. I'm with Andrew in that if we're not prepared to actively receive PR's from github, we should remove the banner. Do you have your patch for [0], you can send my way and I'll tweak it to remove the banner. As