Member since
07-24-2018
5
Posts
0
Kudos Received
0
Solutions
06-03-2020
08:28 AM
The attribute "Coulmns to Return" of "QueryDatabaseTable" does have any limits in specifying the columns. But as the number of columns to be fetched increases, the performance of the QueryDatabaseTable processor degrades, as the processor has to store the current state of all specified columns and compare them when a new record arrives.
... View more
06-03-2020
08:12 AM
Hi, I found a way to do it. thanks
... View more
06-03-2020
08:00 AM
Hi I have created a Hive table with xml SerDe. How did you load xml data to your xml_factura table? Thanks in advance.
... View more
05-14-2019
01:55 AM
I am facing the same issue with HBase. Writing a java code and then invoke it using ExecuteStreamCommand Processor would solve the problem.
... View more