Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 268 (0.103s).
Loading phrases to help you
refine your search...
Re: Roll of hbase.tmp.dir in HBase - HBase - [mail # user]
...A distributed mode of HBase does not make use of the hbase.tmp.dir in any way. It simply leverages the DataNode's ability to scale over multiple disks and leaves the dirty work to it.  ...
   Author: Harsh J, 2012-12-18, 03:12
Re: MR missing lines - HBase - [mail # user]
...You can use MR counters to count your overall Deletes, to see if they match your table count. Also, does your job input record count match the expected count of the table you intended to cle...
   Author: Harsh J, 2012-12-16, 14:41
Re: Bulk Loading From Local File - HBase - [mail # user]
...HBase bulkloads by moving the files into its region directories, so it is essentially just one "loading process".  On Thu, Dec 13, 2012 at 9:23 PM, Mehmet Simsek  wrote:   &nb...
   Author: Harsh J, 2012-12-13, 15:58
Re: access hbae with 'username and passwd" - HBase - [mail # user]
...HBase provides an authentication layer via kerberos. You can read more on that here: http://hbase.apache.org/book.html#security and some info on its design at http://blog.cloudera.com/blog/2...
   Author: Harsh J, 2012-12-13, 05:55
Re: Heterogeneous cluster - HBase - [mail # user]
...Hi,  On Wed, Dec 12, 2012 at 12:18 AM, Jean-Marc Spaggiari  wrote:  The important bit is, pending further enhancements along this line, "regions" are not replicated. Region's ...
   Author: Harsh J, 2012-12-11, 20:20
Re: Using HBaseAdmin.getAlterStatus - HBase - [mail # user]
...Yes, checked in-between or monitored in parallel.  On Mon, Dec 10, 2012 at 2:32 AM, Mesika, Asaf  wrote:    Harsh J...
   Author: Harsh J, 2012-12-09, 22:43
Re: HBase Integration with Active Directory - HBase - [mail # user]
...Ah alright. To rephrase my answer: Authentication in HBase via AD is supported, but direct Authorization of tables via AD is not.  You'd need to either come up with your own co-processo...
   Author: Harsh J, 2012-12-09, 22:33
Re: HBase Integration with Active Directory - HBase - [mail # user]
...Hi,  Correct me if I'm wrong, but HBase presently has no reliance on the concept of groups, just users. For authenticating users, it relies on Hadoop Common's security libraries, which ...
   Author: Harsh J, 2012-12-09, 20:58
Re: Using HBaseAdmin.getAlterStatus - HBase - [mail # user]
...Can you clarify on what "doesn't work" a bit more?  Do you get an exception or are you not receiving some data that you are expecting?  AFAICT, this API is helpful for a parallel m...
   Author: Harsh J, 2012-12-09, 20:53
Re: HBase Integration with Active Directory - HBase - [mail # user]
...Hi,  An KDC can be made to trust an AD, which would solve your need. This https://ccp.cloudera.com/display/CDH4DOC/Integrating+Hadoop+Security+with+Active+Directory is one guide that de...
   Author: Harsh J, 2012-12-08, 19:17
Sort:
project
Hadoop (1387)
MapReduce (1066)
HDFS (474)
HBase (268)
Avro (74)
Pig (32)
Hive (18)
Bigtop (11)
Zookeeper (7)
Flume (6)
Sqoop (1)
type
mail # user (216)
mail # dev (29)
issue (23)
date
last 7 days (3)
last 30 days (5)
last 90 days (8)
last 6 months (29)
last 9 months (268)
author
Stack (3783)
Ted Yu (2547)
Jean-Daniel Cryans (2290)
Andrew Purtell (1470)
lars hofhansl (1001)
Ryan Rawson (862)
Jean-Marc Spaggiari (702)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
Lars George (439)
stack (439)
Gary Helmling (292)
Harsh J