You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Chris Teoh (JIRA)" <ji...@apache.org> on 2018/05/25 02:03:00 UTC

[jira] [Created] (SQOOP-3327) Mainframe FTP needs to Include "Migrated" datasets when parsing the FTP list

Chris Teoh created SQOOP-3327:
---------------------------------

             Summary: Mainframe FTP needs to Include "Migrated" datasets when parsing the FTP list
                 Key: SQOOP-3327
                 URL: https://issues.apache.org/jira/browse/SQOOP-3327
             Project: Sqoop
          Issue Type: Improvement
            Reporter: Chris Teoh
            Assignee: Chris Teoh


Need to Include "Migrated" datasets when parsing the FTP list.

 

** This applies to sequential datasets as well as GDG members **

 

Identifying migrated datasets – when performing manual FTP

 

ftp> open abc.def.ghi.jkl.mno

Connected to abc.def.ghi.jkl.mno (11.22.33.444).

220-TCPFTP01 Some FTP Server at abc.def.ghi.jkl.mno, 22:34:11 on 2018-01-22.

220 Connection will close if idle for more than 10 minutes.

Name (abc.def.ghi.jkl.mno:some_user): some_user

331 Send password please.

Password:

230 some_user is logged on.  Working directory is "some_user.".

Remote system type is MVS.

ftp> dir

227 Entering Passive Mode (33,44,555,66,7,8)

125 List started OK

Volume Unit    Referred Ext Used Recfm Lrecl BlkSz Dsorg Dsname

Migrated                                                DEV.DATA

Migrated                                                DUMMY.DATA

OVR343 3390   2018/01/23  1    1  FB     132 27984  PS  EMPTY

Migrated                                                JCL.CNTL

OVR346 3390   2018/01/22  1    1  FB      80 27920  PS  MIXED.FB80

Migrated                                                PLAIN.FB80

OVR341 3390   2018/01/23  1    9  VA     125   129  PS  PRDA.SPFLOG1.LIST

G20427 Tape                                             UNLOAD.ABCDE.ZZ9UYT.FB.TAPE

SEM352 3390   2018/01/23  1    1  FB     150  1500  PS  USER.BRODCAST

OVR346 3390   2018/01/23  3    3  FB      80  6160  PO  USER.ISPPROF

250 List completed successfully.

 

"Migrated" should be included as one of the regex pattern searches.

Assuming space delimited, first column will be "Migrated", and the second (and final) column will contain the dataset name.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)