RE: Best way to disable & enable HBASE replication

2016-10-04 Thread Chien Le
The documentation for disabling the peer sounds wrong, I think it applies to option #1, not #2. >From my memory, disabling/re-enabling the peer did not require any manual >intervention, it just resumed from whatever info was in zk but admittedly, >this was back on 0.94 so things might've

Re: HBase thrift C# impersonation

2016-10-04 Thread Dima Spivak
Hey Kumar, The ref guide section on enabling security for the Thrift gateway [1] is a good place to start. Have you gone through that? 1. http://hbase.apache.org/book.html#security.gateway.thrift.doas -Dima On Tue, Oct 4, 2016 at 4:59 AM, kumar r wrote: > Hi, > > I need

RE: [apache/incubator-trafodion] [TRAFODION-1519]Use free tool to build windows ODBC (#116)

2016-10-04 Thread Dave Birdsall
Oops... my apologies. (Failed to note carefully the effects of auto-complete.) -Original Message- From: Dima Spivak [mailto:dimaspi...@apache.org] Sent: Tuesday, October 4, 2016 8:33 AM Subject: Re: [apache/incubator-trafodion] [TRAFODION-1519]Use free tool to build windows ODBC (#116)

Re: [apache/incubator-trafodion] [TRAFODION-1519]Use free tool to build windows ODBC (#116)

2016-10-04 Thread Dima Spivak
You hit the HBase user list instead of the Trafodion one. :) Moving user@hbase.apache.org to bcc. -Dima On Tue, Oct 4, 2016 at 8:21 AM, Dave Birdsall wrote: > Forwarding this to the Trafodion user list. > > > > *From:* helloHuiW [mailto:notificati...@github.com] >

RE: [apache/incubator-trafodion] [TRAFODION-1519]Use free tool to build windows ODBC (#116)

2016-10-04 Thread Dave Birdsall
Forwarding this to the Trafodion user list. *From:* helloHuiW [mailto:notificati...@github.com] *Sent:* Tuesday, October 4, 2016 6:48 AM *To:* apache/incubator-trafodion *Cc:* DaveBirdsall ; Mention < ment...@noreply.github.com>

HBase thrift C# impersonation

2016-10-04 Thread kumar r
Hi, I need example for C# HBase thrift with doAs header. First of all, setting the below property isn't enough to enable authentication/impersonation? hbase.thrift.security.qop auth-conf After setting this property, i cannot access HBase via C# thrift. I need example to access

Re: Loading into hbase from csv file issue

2016-10-04 Thread Mich Talebzadeh
Thanks again. If I wanted to store TSCO for a row and not bother for the rest of the rows how will it work for the row key. Currently this is trhe way table tsco is defined: create 'tsco','stock_daily' and this is the attributes of stock_daily fc hbase(main):144:0* scan 'tsco', LIMIT => 1