Deprecated API


Contents
Deprecated Classes
org.kitesdk.data.PartitionKey
          will be removed in 0.16.0; use RefinableView methods instead 
 

Deprecated Fields
org.kitesdk.data.mapreduce.DatasetKeyOutputFormat.KITE_DATASET_NAME
           
org.kitesdk.data.mapreduce.DatasetKeyInputFormat.KITE_DATASET_NAME
           
org.kitesdk.data.mapreduce.DatasetKeyOutputFormat.KITE_REPOSITORY_URI
           
org.kitesdk.data.mapreduce.DatasetKeyInputFormat.KITE_REPOSITORY_URI
           
org.kitesdk.morphline.base.Notifications.LIFE_CYLCLE
          (since 0.10.1) Use Notifications.LIFE_CYCLE instead. 
 

Deprecated Methods
org.kitesdk.data.crunch.CrunchDatasets.asSource(Dataset, Class)
          will be removed in 0.16.0; use CrunchDatasets.asSource(View) 
org.kitesdk.data.crunch.CrunchDatasets.asSource(View, Class)
          will be removed in 0.16.0; use CrunchDatasets.asSource(View) 
org.kitesdk.data.crunch.CrunchDatasets.asTarget(Dataset)
          will be removed in 0.16.0; use CrunchDatasets.asTarget(View) 
org.kitesdk.data.Dataset.dropPartition(PartitionKey)
          will be removed in 0.16.0; use View.deleteAll() on an appropriate view instead 
org.kitesdk.data.Dataset.getPartition(PartitionKey, boolean)
          will be removed in 0.16.0; use RefinableView methods instead 
org.kitesdk.data.Dataset.getPartitions()
          will be removed in 0.16.0; use RefinableView methods instead 
org.kitesdk.data.DatasetWriter.open()
          will be removed in 0.16.0; no longer required 
org.kitesdk.data.DatasetReader.open()
          will be removed in 0.16.0; no longer required 
org.kitesdk.data.PartitionStrategy.partitionKey(Object...)
          will be removed in 0.16.0; use RefinableView methods instead 
org.kitesdk.data.PartitionStrategy.partitionKeyForEntity(Object)
          will be removed in 0.16.0; use RefinableView methods instead 
org.kitesdk.data.PartitionStrategy.partitionKeyForEntity(Object, PartitionKey)
          will be removed in 0.16.0; use RefinableView methods instead 
org.kitesdk.data.mapreduce.DatasetKeyOutputFormat.setDatasetName(Job, String)
          will be removed in 0.16.0; use DatasetKeyOutputFormat.configure(Job) instead 
org.kitesdk.data.mapreduce.DatasetKeyInputFormat.setDatasetName(Job, String)
          will be removed in 0.16.0; use DatasetKeyInputFormat.configure(Job) instead 
org.kitesdk.data.flume.Log4jAppender.setDatasetRepositoryClass(String)
          Use datasetRepositoryUri with a 'repo:' URI. 
org.kitesdk.data.mapreduce.DatasetKeyOutputFormat.setRepositoryUri(Job, URI)
          will be removed in 0.16.0; use DatasetKeyOutputFormat.configure(Job) instead 
org.kitesdk.data.mapreduce.DatasetKeyInputFormat.setRepositoryUri(Job, URI)
          will be removed in 0.16.0; use DatasetKeyInputFormat.configure(Job) instead 
org.kitesdk.data.mapreduce.DatasetKeyOutputFormat.setView(Configuration, View)
          will be removed in 0.16.0; use DatasetKeyOutputFormat.configure(Configuration) 
org.kitesdk.data.mapreduce.DatasetKeyInputFormat.setView(Configuration, View)
          will be removed in 0.16.0; use DatasetKeyInputFormat.configure(Configuration) 
org.kitesdk.data.mapreduce.DatasetKeyOutputFormat.setView(Job, View)
          will be removed in 0.16.0; use DatasetKeyOutputFormat.configure(Job) instead 
org.kitesdk.data.mapreduce.DatasetKeyInputFormat.setView(Job, View)
          will be removed in 0.16.0; use DatasetKeyInputFormat.configure(Job) instead 
 

Deprecated Constructors
org.kitesdk.morphline.base.AbstractCommand(Config, Command, Command, MorphlineContext)
           
org.kitesdk.morphline.stdlib.AbstractFieldTransformCommand(Config, Command, Command, MorphlineContext)
           
org.kitesdk.morphline.stdio.AbstractParser(Config, Command, Command, MorphlineContext)
           
 



Copyright © 2013–2014. All rights reserved.