Member since
11-18-2016
7
Posts
1
Kudos Received
0
Solutions
09-20-2017
08:04 PM
1 Kudo
Folks, Trying to insert/update csv data in oracle db table. consider csv file having ID,NAME,AGE,CITY and ID as Primary Key in a table Tried below approach 1. GetFile 2.PutDatabaseRecord :- To first insert data (thinking that since unique key constraint violation will cause failure for few records) 3.PutDatabaseRecord :- Another one to update the failed ones from above. But, its seen that the data with new record is not inserted. Basically, I want to perform UPSERT. Thanks in Advance 🙂
... View more
Labels:
- Labels:
-
Apache NiFi
09-13-2017
05:18 AM
Thanks @Arun A K for this response. Was not much aware about how NiFi would fit this use case. Will surely follow articles and try to implement. So, can we say that for this use case NiFi wins over Spark when it comes to performance since we have to pull files, transform some data and then insert/update that data in MySQL ?
... View more
09-12-2017
03:05 PM
Thanks @Bala Vignesh N V for prompt response. Actually, the database MySQL won't be replaced as of now. Hence, need options to use basically a integrator that would pull files from ftp and push (UPSERT) data into MySQL tables post few transformations. Regards, Rankesh
... View more
09-12-2017
08:16 AM
Hi Folks, Can Spark be a good solution to load csv,xml data from filesystem(local FS and not HDFS) and insert/update data in MySQL.? As per my knowledge on Spark, its mostly used in opposite scenario where data is taken up from MySQL to perform analysis. If not, what other technology/solution can perform better for this use case ? Thanks in advance.
... View more
Labels:
- Labels:
-
Apache Spark
11-20-2016
04:21 PM
@Lester Martin and @SBandaru, Thanks for your response. However, hortonworks page had displayed those changes from 1 October,2016 (Now I don't find on their site). PFB, http://www.springpeople.com/userdocs/important-changes-hortonworks-certification.pdf
... View more