Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 178 (0.231s).
Loading phrases to help you
refine your search...
Re: HBase - Secondary Index - HBase - [mail # user]
...Hi Anoop,  Nice presentation and seems like a smart implementation. Since the presentation only covered bullet points so i have couple of questions on your implementation. :)  Here...
   Author: anil gupta, 2012-12-14, 08:41
Re: Bulk Loading from Oracle to Hbase - HBase - [mail # user]
...Hi Mehmet,  My suggestion would be:  1. Use Sqoop to copy the data from Oracle into HDFS. 2. Use HBase Bulk Loader to load the data into HBase Table.  Sqoop implementation of ...
   Author: anil gupta, 2012-12-13, 17:37
Re: HBase Integration with Active Directory - HBase - [mail # user]
...Thanks a lot for the responses, Harsh. Even i thought that if HBase does not supports Authorization with AD then we might need to write a coprocessor.  On Sun, Dec 9, 2012 at 2:33 PM, H...
   Author: anil gupta, 2012-12-11, 07:58
Re: Checking if a coprocessor was loaded successfully from client - HBase - [mail # user]
...Hi Asaf,  Have a look at the *hasCoprocessor * method of HTD: http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/HTableDescriptor.html#hasCoprocessor(java.lang.String)  It mig...
   Author: anil gupta, 2012-12-10, 08:01
Re: HBase Integration with Active Directory - HBase - [mail # user]
...Hi Harsh,  HBase has a concept of ACL. But, these ACL's are maintained as another system table "*_acl_*"(similar to Meta and Root) in HBase.  See: hbase.apache.org/book/hbase.acces...
   Author: anil gupta, 2012-12-09, 21:47
Re: HBase Integration with Active Directory - HBase - [mail # user]
...Hi Harsh,  We are in process of installing a HBase cluster with a secure HDFS and HBase. We already have a secure HDFS integrated with AD but we are still trying to figure out a way to ...
   Author: anil gupta, 2012-12-09, 20:50
Re: HBase Integration with Active Directory - HBase - [mail # user]
...Hi Harsh,  Both of the approach you mentioned would be ok for us. We are aware that Hadoop can be integrated with Active Directory. But, i could not find any such reference for HBase. D...
   Author: anil gupta, 2012-12-08, 18:13
Re: PrefixFilter : not working for 'long' keys - HBase - [mail # user]
...Hi Mohammad,  Suppose your rowkey is 345346654. Are you trying to match this row on the basis of prefix 3453? If yes, then the default PrefixFilter wont work. I am a little skeptic that...
   Author: anil gupta, 2012-12-04, 17:31
HBase Integration with Active Directory - HBase - [mail # user]
...Hi All,  We would like to integrate HBase with our corporate Active Directory for authentication and authorization of HBase users.  I have gone through the following links in HBase...
   Author: anil gupta, 2012-12-04, 05:49
Re: Why InternalScanner doesn't have a method that returns entire row or object of Result - HBase - [mail # user]
...Hi Ted,  I figured out that i have to use next from InternalScanner. Thanks for the response. The comment for method "Grab the next row's worth of values." was a little confusing to me....
   Author: anil gupta, 2012-12-01, 02:01
Sort:
project
HBase (178)
Hadoop (48)
Sqoop (16)
MapReduce (14)
HDFS (10)
type
mail # user (178)
date
last 7 days (2)
last 30 days (4)
last 90 days (5)
last 6 months (57)
last 9 months (178)
author
Stack (3750)
Ted Yu (2466)
Jean-Daniel Cryans (2266)
Andrew Purtell (1454)
lars hofhansl (977)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (413)
Gary Helmling (290)
anil gupta