Created 09-21-2016 02:51 AM
I know Syncsort is a possible solution here, but wanted to check if we HDF can do the job and if we have any other recommendation other than Syncsort ??
Created 09-21-2016 03:08 AM
@hduraiswamy - in order of preference
Created 09-21-2016 03:02 AM
Most ETL vendors have mainframe integration. For near realtime integration, you may want to look into Attunity.
Created 09-21-2016 03:17 AM
Thanks @ajaysingh
Created 09-21-2016 03:08 AM
@hduraiswamy - in order of preference
Created 09-21-2016 03:17 AM
Thanks @Randy Gelhausen
Created 09-21-2016 01:51 PM
Java Library + Spark => Magic
https://github.com/gmallard/packed-decimal
You could also have that in a dataflow in NiFi
1. get the file via NiFi GetFile
2. ExecuteStreamCommand packed-decimal Java class
2b. or call via Kafka/JMS to Java or Spark program
3. Insert or save as ORC
4. Create a hive table on top