Member since
08-16-2019
32
Posts
0
Kudos Received
0
Solutions
07-25-2018
08:33 PM
@Shu I used couple of replace text processor to fix it. All good. Thanks
... View more
07-12-2018
11:12 PM
Hi Matt, Thanks for the information. The queries i have written would take care of delta load. But i have to execute couple of queries at the same time. I want a processor that can run multiple queries at the same time. Below is how my query looks like ---------------------------------------------------------- with max_row_id as( select max(row_id) as MAX from target table) insert into dc_transdetail_orc select * from staging table join target table where row_id > max_row_id
... View more
05-18-2018
02:07 PM
@Sudheer K You can certainly consume JSON messages and write to HDFS. HDFS doesn't impose what type of data should be written. - If you found this answer has addressed your question, please take a moment to log in and click the "accept" link on the answer. Thanks Kiran
... View more