Re: Welcoming some new committers and PMC members

2019-09-12 Thread Furkan KAMACI
Hi, Congrats! Kind Regards, Furkan KAMACI On Tue, Sep 10, 2019 at 2:48 PM Stavros Kontopoulos < stavros.kontopou...@lightbend.com> wrote: > Congrats! Well deserved. > > On Tue, Sep 10, 2019 at 1:20 PM Driesprong, Fokko > wrote: > >> Congrats all, well deser

Re: Spark Cannot Connect to HBaseClusterSingleton

2015-08-26 Thread Furkan KAMACI
Hi Ted, You can check full stack trace log from the attachment at Jira: https://issues.apache.org/jira/browse/GORA-386 Kind Regards, Furkan KAMACI On Wed, Aug 26, 2015 at 6:55 PM, Ted Yu yuzhih...@gmail.com wrote: My understanding is that people on this mailing list who are interested

Spark Cannot Connect to HBaseClusterSingleton

2015-08-26 Thread Furkan KAMACI
Hi, I start an Hbase cluster for my test class. I use that helper class: https://github.com/apache/gora/blob/master/gora-hbase/src/test/java/org/apache/gora/hbase/util/HBaseClusterSingleton.java and use it as like that: private static final HBaseClusterSingleton cluster =

Re: Spark Cannot Connect to HBaseClusterSingleton

2015-08-26 Thread Furkan KAMACI
and this is the latest obstacle that I should solve. If you can help me, you are welcome. Kind Regards, Furkan KAMACI On Wed, Aug 26, 2015 at 3:45 PM, Ted Malaska ted.mala...@cloudera.com wrote: I've always used HBaseTestingUtility and never really had much trouble. I use that for all my unit testing

Re: Spark Cannot Connect to HBaseClusterSingleton

2015-08-26 Thread Furkan KAMACI
Hi Ted, I'll check Zookeeper connection but another test method which runs on hbase without Spark works without any error. Hbase version is 0.98.8-hadoop2 and I use Spark 1.3.1 Kind Regards, Furkan KAMACI 26 Ağu 2015 12:08 tarihinde Ted Yu yuzhih...@gmail.com yazdı: The connection failure

Re: Spark Cannot Connect to HBaseClusterSingleton

2015-08-26 Thread Furkan KAMACI
/examples/java/org/apache/gora/examples/spark/SparkWordCount.java Lastly, here is GoraSparkEngine: https://github.com/kamaci/gora/blob/master/gora-core/src/main/java/org/apache/gora/spark/GoraSparkEngine.java Kind Regards, Furkan KAMACI On Wed, Aug 26, 2015 at 4:40 PM, Ted Malaska ted.mala

Re: Spark Cannot Connect to HBaseClusterSingleton

2015-08-26 Thread Furkan KAMACI
Btw, here is the source code of GoraInputFormat.java : https://github.com/kamaci/gora/blob/master/gora-core/src/main/java/org/apache/gora/mapreduce/GoraInputFormat.java 26 Ağu 2015 18:05 tarihinde Furkan KAMACI furkankam...@gmail.com yazdı: I'll send an e-mail to Gora dev list too and also