unsubscribe me please from this mailing list

2016-06-23 Thread fateme Abiri
unsubscribe me please from this mailing list Thanks & Regards Fateme Abiri Software Engineer M.Sc. Degree Ferdowsi University of Mashhad, Iran

HBase Filterlist hierarchy

2013-12-24 Thread fateme Abiri
hi my friends I want to do follow filters on my table scaning : scan 'myTable', { FILTER = (  ( RowFilter(=,'binary:prefixFilter1')  AND  SingleColumnValueFilter(=,'binary:30')) )  OR ( RowFilter(=,'binary:prefixFilter2')  AND  SingleColumnValueFilter(=,'binary:30')) ) OR (

scan table using multi row prefix match

2013-12-17 Thread fateme Abiri
hi friends I want to use a filter in hbase to return  rows with different prefix... for eg. my rows structure are  id+URLStrings so i want to return rows with  4  id prefix : 12234 4534 134 4234 how can I do that? i use FilterLis RowFilterlist; RowFilterlist= new

Re: scan table using multi row prefix match

2013-12-17 Thread fateme Abiri
' is missing from MUST_PASS_ON The for loop has 5 iterations instead of 4. Cheers On Dec 17, 2013, at 6:14 AM, fateme Abiri fateme.ab...@yahoo.com wrote: hi friends I want to use a filter in hbase to return  rows with different prefix... for eg. my rows structure are  id+URLStrings so i

java.lang.ClassNotFoundException: org.apache.hadoop.hbase.util.Bytes

2013-11-04 Thread fateme Abiri
hi all i'm running a mapreduce job in my hbase project. my hadoop hbase are remote and i run my code by this command in my terminal: $ java  -cp  myproject.jar:/user/HadoopAndHBaseLibrary/*  mainproject but i get this error: attempt_201207261322_0002_m_00_0, Status : FAILED Error:

Re: java.lang.ClassNotFoundException: org.apache.hadoop.hbase.util.Bytes

2013-11-04 Thread fateme Abiri
be to submit the jars for hbase and hadoop with your job submission   Regards, Dhaval From: fateme Abiri fateme.ab...@yahoo.com To: user@hbase.apache.org user@hbase.apache.org Sent: Monday, 4 November 2013 11:32 AM Subject: java.lang.ClassNotFoundException