Re: Unable to Use bulkloader to load Control-A delimited file

2015-12-29 Thread Gabriel Reid
Hi Anil, This issue was resolved a while back, via this ticket: https://issues.apache.org/jira/browse/PHOENIX-2238 Unfortunately, that fix is only available starting from Phoenix 4.6 and 4.5.3 (i.e. it wasn't back-ported to 4.4.x). - Gabriel On Wed, Dec 30, 2015 at 1:21 AM, anil gupta wrote: >

Unable to Use bulkloader to load Control-A delimited file

2015-12-29 Thread anil gupta
Hi, We want to use bulkload tool to load files that are delimited by Control-A. We are running this command on Phoenix 4.4(HDP2.2): hadoop jar /usr/hdp/current/phoenix-client/phoenix-4.4.0.2.3.2.0-2950-client.jar org.apache.phoenix.mapreduce.CsvBulkLoadTool --table LEAD_SALES_DATA --input /user/psa

Re: Book/articles on Apache phoenix internals

2015-12-29 Thread James Taylor
Have you seen the presentations page[1] on our website? Thanks, James [1] https://phoenix.apache.org/resources.html On Tue, Dec 29, 2015 at 3:09 PM, Sachin Katakdound < sachin.katakdo...@gmail.com> wrote: > Does anyone know of a good Book or online articles that describe the deep > Apache phoen

Book/articles on Apache phoenix internals

2015-12-29 Thread Sachin Katakdound
Does anyone know of a good Book or online articles that describe the deep Apache phoenix internals? There are amazing wealth of features in Apache Phoenix, around secondary indexes, multi-tenancy, choosing execution plans etc. Looking at the code does always help but it is evolving very rapidly

Re: Issue with connecting to Phoenix in kerberised cluster.

2015-12-29 Thread Josh Elser
Ns G wrote: Hi All, I have written a simple class to access phoenix. I am able to establish connection. But when executing below line i get the error. conn = DriverManager.getConnection(dbUrl); I am facing below exception when accessing phoenix through JDBC from eclipse. INFO - Call except

Re: error when get data from Phoenix 4.5.2 on CDH 5.5.x by spark 1.5

2015-12-29 Thread Josh Mahonin
Hi, This issue is fixed with the following patch, and using the resulting 'client-spark' JAR after compilation: https://issues.apache.org/jira/browse/PHOENIX-2503 As an alternative, you may have some luck also including updated com.fasterxml.jackson jackson-databind JARs in your app that are in s

Re: Issue with connecting to Phoenix in kerberised cluster.

2015-12-29 Thread Akhilesh Pathodia
Hi Durga, What is the format of connection url? You have to specify keytab and principal in the url: jdbc:phoenix Have you added hbase-site.xml and core-site.xml files in the classpath? If everything is correct then stop zookeeper, run zookeeper cleanup command and restart zookeeper. Thank

error when get data from Phoenix 4.5.2 on CDH 5.5.x by spark 1.5

2015-12-29 Thread sac...@outlook.com
The error is java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.Module$SetupContext.setClassIntrospector(Lcom/fasterxml/jackson/databind/introspect/ClassIntrospector;)V at com.fasterxml.jackson.module.scala.introspect.ScalaClassIntrospectorModule$$anonfun$1.apply(ScalaClassIntro

Issue with connecting to Phoenix in kerberised cluster.

2015-12-29 Thread Ns G
Hi All, I have written a simple class to access phoenix. I am able to establish connection. But when executing below line i get the error. conn = DriverManager.getConnection(dbUrl); I am facing below exception when accessing phoenix through JDBC from eclipse. INFO - Call exception, tries=25, r