Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 91 to 100 from 267 (0.068s).
Loading phrases to help you
refine your search...
Re: Issue on hbase table import to hdfs - HBase - [mail # user]
...Hello there,          As you can see from the trace, you are trying to use '-12' as a valid index for the string, which is wrong. I have the same question as Ram sir...
   Author: Mohammad Tariq, 2013-01-02, 19:45
Re: Hbase fbck gives orphan region error - HBase - [mail # user]
...Hello Shengie,          Also make sure your HDFS is out of the safemode.  Best Regards, Tariq +91-9741563634 https://mtariq.jux.com/   On Mon, Dec 31, 2012...
   Author: Mohammad Tariq, 2012-12-31, 15:26
Re: enable and disable failed - HBase - [mail # user]
...Hello Christophe,       A possible reason could be that the znode associated with this particular table is not behaving properly. In such a case, you can try this  Stop H...
   Author: Mohammad Tariq, 2012-12-31, 11:51
Re: How to use substring in Rowkey - HBase - [mail # user]
...Try RowFilter with RegexStringComparator  Filter filter = new RowFilter(CompareFilter.CompareOp.EQUAL,new RegexStringComparator("YOUR-REGEX"));  Best Regards, Tariq +91-9741563634 ...
   Author: Mohammad Tariq, 2012-12-27, 10:43
Re: How to use substring in Rowkey - HBase - [mail # user]
...Hello Ram,      You can use PrefixFilter to do that. Filter filter = new PrefixFilter(Bytes.toBytes("10000000004"));  Is it possible to use substring of rowkey in the whe...
   Author: Mohammad Tariq, 2012-12-27, 10:16
Re: Regarding Rowkey and Column Family - HBase - [mail # user]
...I would rather serialize the JSON object into a byte array and then store it into an HBase cell. Later whenever I need to pull out some value, I can deserialize it and get the result.  ...
   Author: Mohammad Tariq, 2012-12-26, 15:39
Re: Regarding Rowkey and Column Family - HBase - [mail # user]
...it is. but why do you want  to do that? you will run into issues once your data starts growing. each cell, along with the actual value stores few additional things, *row, column *and th...
   Author: Mohammad Tariq, 2012-12-24, 13:15
Re: Regarding Rowkey and Column Family - HBase - [mail # user]
...you are creating 2 different rows here. cf means how column are clubbed together as a single entity which is represented by that cf. but here you are creating 2 different rows having one cf ...
   Author: Mohammad Tariq, 2012-12-24, 10:36
Re: Regarding Designing Hbase Table - for a banking scenario - HBase - [mail # user]
...Yes, you can. You just have to extract those fields in advance so that you constitute the rowkey before actually putting the data in that particular row. Also, try to keep your rowkeys as sh...
   Author: Mohammad Tariq, 2012-12-24, 10:10
Re: Regarding Designing Hbase Table - for a banking scenario - HBase - [mail # user]
...Hello Ram,           You schema looks fine to me.  And, you can have anything as your rowkey, but keeping in mind the types of queries which your table is going...
   Author: Mohammad Tariq, 2012-12-24, 07:53
Sort:
project
HBase (267)
MapReduce (174)
HDFS (126)
Hive (82)
Chukwa (50)
Flume (45)
Hadoop (39)
Pig (30)
Sqoop (9)
type
mail # user (267)
date
last 7 days (12)
last 30 days (30)
last 90 days (46)
last 6 months (135)
last 9 months (267)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (980)
Ryan Rawson (862)
Jean-Marc Spaggiari (676)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Mohammad Tariq