Re: Spark on Hbase

2016-03-09 Thread Talat Uyarer
able to successfully resolve this issue. -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304

Re: Hbase thrift server issue

2016-01-07 Thread Talat Uyarer
e idle but when querying the records. > > Thanks > > On Thu, Jan 7, 2016 at 2:00 PM, Talat Uyarer <ta...@uyarer.com> wrote: > >> Hi Rajeshkumar, >> >> Which version of Hbase do you use ? Look at this issue: >> https://issues.apache.org/jira/browse/HBASE

Hconnection closed problem

2015-11-30 Thread Talat Uyarer
) at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:124) ... 18 more -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304

Re: Hconnection closed problem

2015-11-30 Thread Talat Uyarer
:48 GMT-08:00 Stack <st...@duboce.net>: > On Mon, Nov 30, 2015 at 4:34 PM, Talat Uyarer <ta...@uyarer.com> wrote: > >> Hi, >> >> I use Hbase 1.0 cmf-5.4. > > > Where does this hbase come from Talat? > > > >> Hbase is used for

Hbase 0.98 on EMR

2015-10-14 Thread Talat Uyarer
Hi, I want to use Hbase on EMR. But Amazon provide Hbase 0.94. Is there any way to install HBase 0.98 on EMR ? Thanks -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304

Re: Hbase Timestamp Queries

2015-06-10 Thread Talat Uyarer
it in 0.98 or hbase-1 branches. Cheers On Tue, Jun 9, 2015 at 3:51 AM, Krishna Kalyan krishnakaly...@gmail.com wrote: Yes you can. Have a look at the HBaseStorage class. On 9 Jun 2015 1:04 pm, Talat Uyarer ta...@uyarer.com wrote: Hi, Can I use HBase's timestamps to gettting rows greater

Hbase Timestamp Queries

2015-06-09 Thread Talat Uyarer
Hi, Can I use HBase's timestamps to gettting rows greater/smaller than this timestamp . Is it possible ? Thanks -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304

Re: Hive/Hbase Integration issue

2015-05-13 Thread Talat Uyarer
) at java.lang.Thread.run(Thread.java:745) ) Any help/clue can help. -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304

Re: Hive/Hbase Integration issue

2015-05-13 Thread Talat Uyarer
(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) ) Any help/clue can help. -- Ibrar Ahmed -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304

Re: select/limit hanging on large tables

2015-05-12 Thread Talat Uyarer
are on HBase 0.98.12 and Phoenix 4.3.1) Regards, - kiru -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304

Re: readAtOffset error when reading from HFiles

2015-05-12 Thread Talat Uyarer
trying to read from HFiles: http://pastebin.com/SJci7uQM Any idea what's going on here? Thanks! -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304

Re: Regions and Rowkeys

2015-05-12 Thread Talat Uyarer
#regions.arch [2]: http://www.manning.com/dimidukkhurana/ [3]: http://shop.oreilly.com/product/0636920033943.do -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304

Re: Regions and Rowkeys

2015-05-12 Thread Talat Uyarer
On Tue, May 12, 2015 at 6:11 AM, Talat Uyarer ta...@uyarer.com wrote: Hi Arun, rowKeys. Hbase decide which data is stored which region by rowkeys. the RegionSplitter uses MD5 algorithm to generate region starting keys of MD5 checksum. Talat 2015-05-12 15:48

Re: How to delete regions from a table

2015-05-11 Thread Talat Uyarer
.679495.n3.nabble.com/How-to-delete-regions-from-a-table-tp4071226p4071237.html Sent from the HBase User mailing list archive at Nabble.com. -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304

Re: How to delete regions from a table

2015-05-10 Thread Talat Uyarer
Hi Gaurav, Region information of Table is stored in meta table. If you want to delete a region, actually you should delete a row in meta table. In HBase shell: deleteall 'hbase:meta', 'ROW_FROM_META_WITH_YOUR_TABLE' If you are not sure what the row you want to delete run a scan on the META or

Hbase PrefixFilter Problem

2015-03-25 Thread Talat Uyarer
(RpcExecutor.java:96) at java.lang.Thread.run(Thread.java:745) Thanks -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304

Re: Hbase PrefixFilter Problem

2015-03-25 Thread Talat Uyarer
, which HBase version is it? 2015-03-25 9:47 GMT-04:00 ramkrishna vasudevan ramkrishna.s.vasude...@gmail.com: Can you see if there is any exception in the Regionserver logs? On Wed, Mar 25, 2015 at 2:17 PM, Talat Uyarer ta...@uyarer.com wrote: Hi all, I try to use Prefix Filter on hbase

Re: [ANNOUNCE] Apache HBase 1.0.0 is now available for download

2015-02-24 Thread Talat Uyarer
://hbase.apache.org/book/upgrade1.0.html#upgrade1.0.changes 6. https://hbase.apache.org/book/upgrade1.0.html#upgrade1.0.from.0.94 7. https://htrace.incubator.apache.org/ 8. https://hbase.apache.org/book/configuration.html#hadoop 9. https://hbase.apache.org/book/configuration.html#java -- Talat UYARER

Re: [ANNOUNCE] Apache Gora 0.6 Released

2015-02-19 Thread Talat Uyarer
Congras! On Feb 20, 2015 2:59 AM, Lewis John Mcgibbney lewis.mcgibb...@gmail.com wrote: Hi Folks, The Apache Gora team are pleased to announce the immediate availability of Apache Gora 0.6. This release addresses a modest 47 issues http://s.apache.org/gora-0.6 with some being major

Re: [ANNOUNCE] Apache Phoenix meetup in SF on Tue, Feb 24th

2015-01-22 Thread Talat Uyarer
as well. Thanks, James -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat-uyarer/10/142/304

Region Server Info Port

2015-01-21 Thread Talat Uyarer
Hi folks, I try to create new command for hbase client. It will show processlist on RSs. I have a problem. I need RS's info port for reaching RS's webservices. In testing side I can reach it with TEST_UTIL.getMiniHBaseCluster.getMaster.getRegionServerInfoPort(ServerName). However I can not reach

Re: Region Server Info Port

2015-01-21 Thread Talat Uyarer
...@gmail.com: bq. for reaching RS's webservices What information do you want to collect from region servers ? Have you considered using jmx ? See 8.3.5. JMX under http://hbase.apache.org/book.html#important_configurations Cheers On Wed, Jan 21, 2015 at 7:44 AM, Talat Uyarer ta...@uyarer.com

Re: Region Server Info Port

2015-01-21 Thread Talat Uyarer
can think of: 1. parse corresponding znode to extract this information 2. parse master UI to retrieve this information Cheers On Wed, Jan 21, 2015 at 2:25 PM, Talat Uyarer ta...@uyarer.com wrote: Hi Ted, I work on HBASE-4368. I try to reach http://[rs-server]:[info_port]/rs-status?format

Re: Region Server Info Port

2015-01-21 Thread Talat Uyarer
) but RegionServerTracker is in hbase-server module :-( On Wed, Jan 21, 2015 at 2:48 PM, Talat Uyarer ta...@uyarer.com wrote: Is there any extraction for zk connection frpm client side ? 2015-01-22 0:42 GMT+02:00 Ted Yu yuzhih...@gmail.com: HBaseAdmin provides this method: public

Re: Region Server Info Port

2015-01-21 Thread Talat Uyarer
...@duboce.net wrote: On Wed, Jan 21, 2015 at 3:03 PM, Talat Uyarer ta...@uyarer.com wrote: IMHO reaching rs info port impossible in client side. You are right. You want the Tasks as JSON? Should I do accepting about info port ? If I do that my code does not work with pseduo

Re: Hbase-client's dependecies can not be resolved correctly by IVY

2015-01-05 Thread Talat Uyarer
the command line you used ? Thanks On Mon, Jan 5, 2015 at 12:48 PM, Talat Uyarer ta...@uyarer.com wrote: When I added hbase-client as a dependency in Nutch's ivy.xml. dependency org=org.apache.hbase name=hbase-client rev=0.98.8-hadoop2 conf=*-default Ivy can not resolve hbase-common and hbase

Hbase-client's dependecies can not be resolved correctly by IVY

2015-01-05 Thread Talat Uyarer
When I added hbase-client as a dependency in Nutch's ivy.xml. dependency org=org.apache.hbase name=hbase-client rev=0.98.8-hadoop2 conf=*-default Ivy can not resolve hbase-common and hbase-annotations in compile scope rather than hbase-protocol. It sees these dependencies in test scope and map

Re: Hbase Dead region Server

2014-11-03 Thread Talat Uyarer
Hi Pere and Nishanth, In master branch i developt a bash script to same problem. Its name is considerAsDead.sh [1] It mark as dead and start the recovery process. [1] https://github.com/apache/hbase/blob/master/bin/considerAsDead.sh Talat On Nov 3, 2014 8:32 PM, Nishanth S

Re:Re: which tool can i choose to bulid the Hbase table ?like the use the powerdesign tool build the oracle database tables!

2014-10-30 Thread Talat Uyarer
Hi Jackie, You can use hbase shell for building Hbase Tables. As far as Hue has not any support about creating hbase tables. You can look at [1] for shell introduction [1] http://wiki.apache.org/hadoop/Hbase/Shell [2] http://hbase.apache.org/book/quickstart.html HTH On Oct 30, 2014 4:23 AM,

Re: Hbase is crashing need help

2014-10-30 Thread Talat Uyarer
have above any issues. Note: I’m on single node cluster even then how it is affecting the entire network.? Is it because zookeeper has awareness of the cluster. I feel like I’m missing some configuration please help me in resolving the same. Thanks -- Talat UYARER Websitesi: http

HBase 0.96 dependecy

2014-05-22 Thread Talat Uyarer
Hi all, I try to use Hbase 0.96 version with hadoop 2.4.0. But I found it's jar in maven central repo. Where can I find jar of hbase 0.96 in maven repo ? Thanks -- Talat UYARER Websitesi: http://talat.uyarer.com Twitter: http://twitter.com/talatuyarer Linkedin: http://tr.linkedin.com/pub/talat

Re: HBase 0.96 dependecy

2014-05-22 Thread Talat Uyarer
: Maybe this is what you are looking for Talat? http://mvnrepository.com/artifact/org.apache.hbase/hbase/0.96.0-hadoop2 On May 22, 2014 9:38 AM, Talat Uyarer ta...@uyarer.com wrote: Hi all, I try to use Hbase 0.96 version with hadoop 2.4.0. But I found it's jar in maven central repo. Where