What are the possible ways to pull data from mainframe to hadoop? Is there any ETL tool providing inbuilt feature for the same? I wish to pull data from files and database
Asked
Active
Viewed 819 times
0
-
Can you be more specific than "mainframe files and databases" (IMS, DB2, CICS, VSAM, etc)? – rafraf May 05 '14 at 07:19
-
all possible sources of data from mainframe – Chhaya Vishwakarma May 05 '14 at 07:22
-
Looks like similar to this one **http://stackoverflow.com/questions/15132071/how-to-pull-data-from-mainframe-to-hadoop** – Tariq May 05 '14 at 09:24
1 Answers
0
There are two ways to do it
You can use Synsort to pull the data. Synsort is the fastes way to pull data through ETL.
you can use ftp over hdfs to download the files from mainframe server

user.
- 194
- 3
-
-
yes if the data is in db2 datatbase.The above two ways are for file based data. – user. May 05 '14 at 11:59
-
Can any etl tool connect to mainframe and hadoop like Talend , informatica etc – Chhaya Vishwakarma May 06 '14 at 09:10