Member since
04-10-2023
14
Posts
0
Kudos Received
0
Solutions
04-20-2023
02:28 AM
Hi @willx , But we should have some option to configure table creation of phoenix table with bucket configiration other than prefixrowkey partition. Thanks, Jyothsna
... View more
04-20-2023
02:25 AM
Hi @will, I tried connecting phoenix5-spark driver through CDP environment. I am facing below issues: Exception in thread "streaming-job-executor-0" java.lang.NoSuchMethodError: scala.Predef$.refArrayOps([Ljava/lang/Object;)Lscala/collection/mutable/ArrayOps;
at org.apache.phoenix.spark.DataFrameFunctions.getFieldArray(DataFrameFunctions.scala:76)
at org.apache.phoenix.spark.DataFrameFunctions.saveToPhoenix(DataFrameFunctions.scala:35)
at org.apache.phoenix.spark.DataFrameFunctions.saveToPhoenix(DataFrameFunctions.scala:28)
at org.apache.phoenix.spark.DefaultSource.createRelation(DefaultSource.scala:48) I am using below jar versions: phoenix5-spark-6.0.0.7.1.6.146-1 spark.version: 3.1.1 scala.version2.12 can you please let me know compatabilitty versions for phoenix5-spark with all mandatory jar versions for writing data through phoenix table.
... View more
04-14-2023
08:11 PM
still it is open question
... View more
04-14-2023
03:49 AM
hi @elserj , can you share hbase connection string with krb5 configurations? thanks, jyothsna
... View more
04-14-2023
03:43 AM
any help on this issue,
... View more
04-11-2023
10:50 PM
Hi @willx , Can you please suggest if is there any way to disable the prefix rowkey regional policy and use a different regional policy while creating the Phoenix table? Thanks, Jyothsna
... View more
04-11-2023
09:13 AM
Hi @willx, I confirmed it is salt bucket issue by creating a table with salt bucket =0 and it worked well. and also created a sample table through sqlline with slat bucket >0 and inserted data from HBase shell and sqlline. where data inserted through sqlline it is prefixed with an extra one character, whereas HBase it is exactly what value I inserted. Can you please help me how to create a table with Phoenix driver with different region policies instead of prefix rowkey or how to get random prefix to append through hbase shell. Thanks, Jyothsna
... View more
04-11-2023
04:30 AM
Is there any way to configure KeyPrefixRegionSplitPolicy while inserting data through hbase connector through Java spark application.
... View more
04-11-2023
03:48 AM
@willx, Cdh : 7.1.6.cdhp150 Hbase version: 2.2.3.7.1.6.150-1 Phoenix version: phoenix 6.0.0.7.1.6.150-1 Phoenix driver version : 6.0.0.7 I found issue is with salt bucket .. is there any way to add regionsplitpolicy while inserting data through hbase shell?
... View more
04-10-2023
08:07 PM
Any solution, core hbase i am able to see data properly, why it is getting truncated when reading through phoenix. Any suggestion ?
... View more