Member since
09-28-2016
59
Posts
15
Kudos Received
0
Solutions
10-18-2016
10:33 PM
The same upsert command I am executing in phoenix console , its working . but from putSql, it is throwing above error. Thanks
... View more
10-18-2016
09:41 PM
1 Kudo
phoenix-upsert-error.pngNifi putsql is working fine ,suddenly i am getting Row length exception for Phoenix Upsert . There is no junk data , there is no syntax error also . ERROR : PUTSQL failed to process due to java.lang.illegalArgumentException; Row length 43125 > 32767 . i observed that leftside(32767) values is constant . PFA
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Phoenix
10-15-2016
12:04 AM
what is this expression languauge : $.[?(@.a...] , is it jave regex ?
how can we use 2 values filter OR or AND for content filed ?? like a==1 or a==2 .
... View more
10-14-2016
07:57 PM
thank you . is it possible add 2 condition for content like a=='1 ' or a=='2' (or) a=='1' and i=='ss' . Thanks in advance
... View more
10-14-2016
01:29 AM
1. we are using UPSERT commad only in phoenix . 2. even i am unable insert 100/sec 3 . PFA of PutSQL configuration I am getting 10,000 records per second . but i am able to insert only 20-50 records per second . queue is not getting piled up , looks data loss is happening . please let me know how to improve performace .atleadt 1000/sec as said. and how to debug/test whether the data loss is happening or not . thanks in advance .
... View more
10-13-2016
04:20 AM
Nifi - putsql for phoenix upsert very slow , getting records 1000/sec , phoenix putsql is unabel toinsert it seems . Please let us know how to improve phoenix insertion fast .
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Phoenix
10-13-2016
02:10 AM
2 Kudos
my one processor output is a flow file which contains text lines , each line is having semicolunm , i would like to split each line into mulitple lines . input flow file : hi how ; are you i am good; how about you output flow file : hi how are you i am good how about yoy
... View more
Labels:
- Labels:
-
Apache NiFi
10-13-2016
02:04 AM
2 Kudos
Is there any Nifi processor to route mulitple json arrays(by splitting json array based on field/attribute condition) to multiple processor based on json field condition . ex : assume [{a:1},{a:1},{a:2},{a:2}] is jsonarray , there is a requiremnt to route a=1 contained json files are send to another processor as array . and a=2 json array to another processor
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Ranger
10-13-2016
01:51 AM
Is there any Nifi processor available to split avro file into multiple avro files based on condition ,means avro is array of json files and schema , ex : col1 ,col2, col3 .. are fields of my JSON/avro schema. my requirement is to divide avro based on col1 values . if col1 is having a, b, c values , i would like to route a set of json files to another processor as one avro file, b set to another processor ...etc ).
... View more
Labels:
- Labels:
-
Apache NiFi
10-01-2016
01:20 AM
Is it a hbase coprocessor ?? Could you please provide full example for the above code and how to run . thanks
... View more
- « Previous
- Next »