Package org.apache.sqoop.mapreduce.postgresql

Examples of org.apache.sqoop.mapreduce.postgresql.PGBulkloadExportJob.runExport()


    PGBulkloadExportJob jobbase =
        new PGBulkloadExportJob(context,
                                null,
                                ExportInputFormat.class,
                                NullOutputFormat.class);
    jobbase.runExport();
  }


  @Override
  public boolean supportsStagingForExport() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.