Deprecated Methods |
org.kitesdk.data.crunch.CrunchDatasets.asSource(Dataset, Class)
will be removed in 0.16.0; use CrunchDatasets.asSource(View, Class) |
org.kitesdk.data.crunch.CrunchDatasets.asTarget(Dataset)
will be removed in 0.16.0; use CrunchDatasets.asTarget(View) |
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.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 |