Package org.apache.solr.hadoop.morphline

Examples of org.apache.solr.hadoop.morphline.MorphlineMapper$MyDocumentLoader


public class MorphlineMapperTest extends MRUnitBase {
 
  @Test
  public void testMapper() throws Exception {
    MorphlineMapper mapper = new MorphlineMapper();
    MapDriver<LongWritable, Text, Text, SolrInputDocumentWritable> mapDriver = MapDriver.newMapDriver(mapper);;

    Configuration config = mapDriver.getConfiguration();
    setupHadoopConfig(config);
View Full Code Here

TOP

Related Classes of org.apache.solr.hadoop.morphline.MorphlineMapper$MyDocumentLoader

Copyright © 2018 www.massapicom. 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.