Package org.apache.sqoop.mapreduce.db.netezza

Examples of org.apache.sqoop.mapreduce.db.netezza.NetezzaDBDataSliceSplitter.split()


    // integer split. We will just use the lower bounding query to specify
    // the restriction of dataslice and set the upper bound to a constant

    NetezzaDBDataSliceSplitter splitter = new NetezzaDBDataSliceSplitter();

    return splitter.split(getConf(), null, null);
  }
}
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.