- hackHadoopStagingOnWin() - Static method in class org.springframework.data.hadoop.util.PermissionUtils
-
- HadoopException - Exception in org.springframework.data.hadoop
-
Core Hadoop Exception.
- HadoopException(String, Throwable) - Constructor for exception org.springframework.data.hadoop.HadoopException
-
Constructs a new HadoopException instance.
- HadoopException(String) - Constructor for exception org.springframework.data.hadoop.HadoopException
-
Constructs a new HadoopException instance.
- HadoopSecurityException - Exception in org.springframework.data.hadoop
-
Security-related exception generated by Hadoop.
- HadoopSecurityException(String, Throwable) - Constructor for exception org.springframework.data.hadoop.HadoopSecurityException
-
Constructs a new HadoopSecurityException instance.
- HadoopSecurityException(String) - Constructor for exception org.springframework.data.hadoop.HadoopSecurityException
-
Constructs a new HadoopSecurityException instance.
- HadoopSystemConstants - Class in org.springframework.data.hadoop
-
Various constants throughout the Spring Hadoop libraries.
- HadoopSystemConstants() - Constructor for class org.springframework.data.hadoop.HadoopSystemConstants
-
- hashCode() - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- hasResource(Object) - Static method in class org.springframework.data.hadoop.hbase.HbaseSynchronizationManager
-
Checks whether any resource is bound for the given key.
- HbaseAccessor - Class in org.springframework.data.hadoop.hbase
-
- HbaseAccessor() - Constructor for class org.springframework.data.hadoop.hbase.HbaseAccessor
-
- HbaseConfigurationFactoryBean - Class in org.springframework.data.hadoop.hbase
-
Factory for creating HBase specific configuration.
- HbaseConfigurationFactoryBean() - Constructor for class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
-
- HbaseInterceptor - Class in org.springframework.data.hadoop.hbase
-
AOP interceptor that binds a new Hbase table to the thread before a method call, closing and removing it afterwards in case of any method outcome.
- HbaseInterceptor() - Constructor for class org.springframework.data.hadoop.hbase.HbaseInterceptor
-
- HbaseOperations - Interface in org.springframework.data.hadoop.hbase
-
Interface that specifies a basic set of Hbase operations, implemented by
HbaseTemplate.
- HbaseSynchronizationManager - Class in org.springframework.data.hadoop.hbase
-
Synchronization manager handling the tracking of Hbase resources (specifically tables).
- HbaseSynchronizationManager() - Constructor for class org.springframework.data.hadoop.hbase.HbaseSynchronizationManager
-
- HbaseSystemException - Exception in org.springframework.data.hadoop.hbase
-
HBase Data Access exception.
- HbaseSystemException(Exception) - Constructor for exception org.springframework.data.hadoop.hbase.HbaseSystemException
-
- HbaseTemplate - Class in org.springframework.data.hadoop.hbase
-
Central class for accessing the HBase API.
- HbaseTemplate() - Constructor for class org.springframework.data.hadoop.hbase.HbaseTemplate
-
- HbaseTemplate(Configuration) - Constructor for class org.springframework.data.hadoop.hbase.HbaseTemplate
-
- HbaseUtils - Class in org.springframework.data.hadoop.hbase
-
Helper class featuring methods for Hbase table handling and exception translation.
- HbaseUtils() - Constructor for class org.springframework.data.hadoop.hbase.HbaseUtils
-
- HdfsResourceLoader - Class in org.springframework.data.hadoop.fs
-
Spring ResourceLoader over Hadoop FileSystem.
- HdfsResourceLoader(Configuration) - Constructor for class org.springframework.data.hadoop.fs.HdfsResourceLoader
-
Constructs a new HdfsResourceLoader instance.
- HdfsResourceLoader(Configuration, URI, String) - Constructor for class org.springframework.data.hadoop.fs.HdfsResourceLoader
-
Constructs a new HdfsResourceLoader instance.
- HdfsResourceLoader(Configuration, URI) - Constructor for class org.springframework.data.hadoop.fs.HdfsResourceLoader
-
Constructs a new HdfsResourceLoader instance.
- HdfsResourceLoader(FileSystem) - Constructor for class org.springframework.data.hadoop.fs.HdfsResourceLoader
-
Constructs a new HdfsResourceLoader instance.
- HdfsScriptRunner - Class in org.springframework.data.hadoop.scripting
-
Hadoop-customized runner that exposes Hadoop specific variables to scripting languages.
- HdfsScriptRunner() - Constructor for class org.springframework.data.hadoop.scripting.HdfsScriptRunner
-
- HiveClientCallback<T> - Interface in org.springframework.data.hadoop.hive
-
Callback interface for Hive code.
- HiveClientFactory - Interface in org.springframework.data.hadoop.hive
-
- HiveClientFactoryBean - Class in org.springframework.data.hadoop.hive
-
- HiveClientFactoryBean() - Constructor for class org.springframework.data.hadoop.hive.HiveClientFactoryBean
-
- HiveExecutor - Class in org.springframework.data.hadoop.hive
-
Common class for configuring and executing Hive scripts.
- HiveExecutor() - Constructor for class org.springframework.data.hadoop.hive.HiveExecutor
-
- HiveOperations - Interface in org.springframework.data.hadoop.hive
-
Interface specifying a basic set of Hive operations.
- HiveRunner - Class in org.springframework.data.hadoop.hive
-
Basic runner for Hive scripts inside a Spring environment.
- HiveRunner() - Constructor for class org.springframework.data.hadoop.hive.HiveRunner
-
- HiveScript - Class in org.springframework.data.hadoop.hive
-
Holder class for a Hive script.
- HiveScript(Resource) - Constructor for class org.springframework.data.hadoop.hive.HiveScript
-
Constructs a new HiveScript instance from the given
resource.
- HiveScript(Resource, Map<?, ?>) - Constructor for class org.springframework.data.hadoop.hive.HiveScript
-
- HiveScript(Resource, Properties) - Constructor for class org.springframework.data.hadoop.hive.HiveScript
-
Constructs a new HiveScript instance.
- HiveServerFactoryBean - Class in org.springframework.data.hadoop.hive
-
FactoryBean for easy declaration and creation of an embeddable Hive server.
- HiveServerFactoryBean() - Constructor for class org.springframework.data.hadoop.hive.HiveServerFactoryBean
-
- HiveTemplate - Class in org.springframework.data.hadoop.hive
-
Helper class that simplifies Hive data access code.
- HiveTemplate() - Constructor for class org.springframework.data.hadoop.hive.HiveTemplate
-
Constructs a new HiveClient instance.
- HiveTemplate(HiveClientFactory) - Constructor for class org.springframework.data.hadoop.hive.HiveTemplate
-
Constructs a new HiveTemplate instance.
- query(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL that results in a list of objects.
- query(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL using the list of arguments, expecting a list of objects.
- query(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL that results in a list of objects.
- query(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL using the list of arguments, expecting a list of objects.
- queryForInt(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL that results in a single int value.
- queryForInt(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL using the list of arguments, that results in a single int value.
- queryForInt(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL that results in a single int value.
- queryForInt(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL using the list of arguments, that results in a single int value.
- queryForLong(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL that results in a single long value.
- queryForLong(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL using the list of arguments, that results in a single long value.
- queryForLong(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL that results in a single long value.
- queryForLong(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL using the list of arguments, that results in a single long value.
- queryForString(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL that results in a single object.
- queryForString(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
-
Executes the given HiveQL using the list of arguments, that results in a single object.
- queryForString(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL that results in a single object.
- queryForString(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
Executes the given HiveQL using the list of arguments, that results in a single object.
- ScriptEvaluator - Interface in org.springframework.data.hadoop.scripting
-
Script evaluator.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.hadoop.fs.CustomResourceLoaderRegistrar
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.hadoop.scripting.HdfsScriptRunner
-
- setAutoFlush(boolean) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
-
Sets the auto flush.
- setAutoStartup(boolean) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
-
Indicates whether the Hive client should start automatically (default) or not.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
- setBeanName(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
- setBeanName(String) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
- setBeanName(String) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
-
- setCacheEntries(Collection<Resource>) - Method in class org.springframework.data.hadoop.fs.DistributedCacheFactoryBean
-
Sets the cache entries to be added to the distributed cache.
- setClassPathEntries(Collection<Resource>) - Method in class org.springframework.data.hadoop.fs.DistributedCacheFactoryBean
-
Sets the class-path entries to be added to the distributed cache.
- setClose(boolean) - Method in class org.springframework.data.hadoop.fs.FileSystemFactoryBean
-
Indicates whether the Hadoop file systems should be closed once this factory is destroyed.
- setCloseAll(boolean) - Method in class org.springframework.data.hadoop.fs.FileSystemFactoryBean
-
Indicates whether all the Hadoop file systems should be closed once this factory is destroyed.
- setCmdEnv(Properties) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
Sets the environment for the commands to be executed.
- setCodec(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job codec class.
- setCombiner(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job combiner class.
- setCombiner(String) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
Sets the job combiner.
- setCompressOutput(Boolean) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Indicates whether the job output should be compressed or not.
- setConf(Configuration) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
Sets the parent configuration.
- setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.fs.DistributedCacheFactoryBean
-
Sets the Hadoop configuration for the cache.
- setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.fs.FileSystemFactoryBean
-
Sets the Hadoop configuration for this file system.
- setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.hbase.HbaseAccessor
-
Sets the configuration.
- setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
-
Sets the Hadoop configuration to use.
- setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
-
Sets the Hadoop configuration to use.
- setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the Hadoop configuration to use.
- setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
Sets the Hadoop configuration to use.
- setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
-
Sets the Hadoop configuration to use.
- setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.scripting.HdfsScriptRunner
-
Sets the Hadoop configuration to use.
- setCreateSymlink(boolean) - Method in class org.springframework.data.hadoop.fs.DistributedCacheFactoryBean
-
Indicates whether to create symlinks or not.
- setDeleteConnection(boolean) - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
-
Indicates whether the potential connection created by this config is destroyed at shutdown (default).
- setEncoding(String) - Method in class org.springframework.data.hadoop.hbase.HbaseAccessor
-
Sets the encoding.
- setEntries(Collection<DistributedCacheFactoryBean.CacheEntry>) - Method in class org.springframework.data.hadoop.fs.DistributedCacheFactoryBean
-
Sets the entries to be added to the distributed cache.
- setExceptionConversionEnabled(boolean) - Method in class org.springframework.data.hadoop.hbase.HbaseInterceptor
-
Sets whether to convert any
IOException raised to a Spring DataAccessException,
compatible with the
org.springframework.dao exception hierarchy.
- setExecType(ExecType) - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
-
Sets the execution type.
- setExecutor(Executor) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
-
Sets the executor for starting the server (which is a blocking operation).
- setExecutor(Executor) - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
Sets the TaskExecutor used for executing the Hadoop job.
- setFileSystem(FileSystem) - Method in class org.springframework.data.hadoop.fs.DistributedCacheFactoryBean
-
Sets the Hadoop file system for this cache.
- setFileSystemUri(String) - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
Sets the File System ('fs.default.name') and ('fs.defaultFS') URI
for HadoopV1 and HadoopV2 respectively.
- setGroupingComparator(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job grouping comparator class.
- setHandleNoprefix(boolean) - Method in class org.springframework.data.hadoop.fs.HdfsResourceLoader
-
Sets the handle noprefix.
- setHiveClientFactory(HiveClientFactory) - Method in class org.springframework.data.hadoop.hive.HiveExecutor
-
Sets the hive client for this tasklet.
- setHiveClientFactory(HiveClientFactory) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
- setHiveTemplate(HiveOperations) - Method in class org.springframework.data.hadoop.hive.HiveExecutor
-
Sets the hive template.
- setHost(String) - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
-
Sets the server host.
- setInitialize(boolean) - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
Indicates whether the configuration object should be initialized (true) or not.
- setInputFormat(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job input format class.
- setInputFormat(String) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
Sets the job input format.
- setInputPath(String...) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job input path.
- setInputPath(String...) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
Sets the job input paths.
- setJar(Resource) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job jar (which might not be on the classpath).
- setJarByClass(Class<?>) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Determines the job jar (available on the classpath) based on the given class.
- setJob(Job) - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
Sets the job to execute.
- setJobName(String) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
-
Sets the job name.
- setJobNames(String...) - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
Sets the jobs to execute by (bean) name.
- setJobPriority(String) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
-
Sets the job priority.
- setJobs(Collection<Job>) - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
Sets the jobs to execute.
- setJobTracker(String) - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
-
Sets the job tracker.
- setJobTrackerUri(String) - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
Sets the Job Tracker ('mapred.jobtracker') URI for HadoopV1.
- setKey(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job key class.
- setKillJobAtShutdown(boolean) - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
Indicates whether the configured jobs should be 'killed' when the application
shuts down (default) or not.
- setLastAlias(String) - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
-
Sets the last alias.
- setLoadDefaults(boolean) - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
Indicates whether to load the defaults (the default) or not for this configuration.
- setLoader(ResourcePatternResolver) - Method in class org.springframework.data.hadoop.fs.CustomResourceLoaderRegistrar
-
Sets the resource pattern loader.
- setLocalEntries(Collection<Resource>) - Method in class org.springframework.data.hadoop.fs.DistributedCacheFactoryBean
-
Sets the local entries to be added to the distributed cache.
- setMainClass(String) - Method in class org.springframework.data.hadoop.mapreduce.JarExecutor
-
Sets the target class by name.
- setMapKey(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job map key class.
- setMapper(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job mapper class.
- setMapper(String) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
Sets the job mapper.
- setMapValue(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job map value class.
- setMaxThreads(int) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
-
Sets the maximum number of threads serving this server.
- setMinThreads(int) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
-
Sets the minimum number of threads serving this server.
- setName(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job name.
- setNumberReducers(Integer) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the number of reduce task for this job.
- setNumberReducers(Integer) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
Sets the job number of reducer tasks.
- setOutputFormat(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job output format class.
- setOutputFormat(String) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
Sets the job output format.
- setOutputPath(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job output path.
- setOutputPath(String) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
Sets the job output paths.
- setOwner(Path, String, String) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- setOwner(String, String, String) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- setParallelism(Integer) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
-
Sets the parallelism.
- setPartitioner(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job partitioner class.
- setPartitioner(String) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
Sets the job partitioner.
- setPathsToSkip(Collection<String>) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
-
Sets the paths to skip.
- setPermission(Path, FsPermission) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- setPermission(String, short) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- setPigContext(PigContext) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
-
- setPigFactory(PigServerFactory) - Method in class org.springframework.data.hadoop.pig.PigExecutor
-
Sets the pig server instance used by this class.
- setPigFactory(PigServerFactory) - Method in class org.springframework.data.hadoop.pig.PigTemplate
-
- setPigTemplate(PigOperations) - Method in class org.springframework.data.hadoop.pig.PigExecutor
-
Sets the pig template used by this class.
- setPort(int) - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
-
Sets the server port.
- setPort(int) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
-
Sets the server port.
- setPostAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.hive.HiveRunner
-
Actions to be invoked after running the action.
- setPostAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.mapreduce.JarRunner
-
Actions to be invoked after running the action.
- setPostAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.mapreduce.JobRunner
-
Actions to be invoked after running the action.
- setPostAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.mapreduce.ToolRunner
-
Actions to be invoked after running the action.
- setPostAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.pig.PigRunner
-
Actions to be invoked after running the action.
- setPreAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.hive.HiveRunner
-
Actions to be invoked before running the action.
- setPreAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.mapreduce.JarRunner
-
Actions to be invoked before running the action.
- setPreAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.mapreduce.JobRunner
-
Actions to be invoked before running the action.
- setPreAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.mapreduce.ToolRunner
-
Actions to be invoked before running the action.
- setPreAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.pig.PigRunner
-
Actions to be invoked before running the action.
- setProperties(Properties) - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
Sets the configuration properties.
- setProperties(Properties) - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
-
Sets the configuration properties.
- setProperties(Properties) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
-
Sets the configuration properties.
- setProperties(Properties) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
The configuration properties to set for this job.
- setProperties(Properties) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
Sets the configuration properties to use.
- setProperties(Properties) - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
-
Sets the configuration properties.
- setReducer(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job reducer class.
- setReducer(String) - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
Sets the job reducer.
- setRegisterUrlHandler(boolean) - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
Indicates whether the configuration should register an URL handler (for allowing urls
to understand HDFS prefixes, such as hdfs) or not.
- setrep(short, String) - Method in class org.springframework.data.hadoop.fs.FsShell
-
- setrep(short, String...) - Method in class org.springframework.data.hadoop.fs.FsShell
-
- setrep(boolean, short, String) - Method in class org.springframework.data.hadoop.fs.FsShell
-
- setrep(boolean, short, String...) - Method in class org.springframework.data.hadoop.fs.FsShell
-
- setrep(long, boolean, short, String) - Method in class org.springframework.data.hadoop.fs.FsShell
-
- setrep(long, boolean, short, String...) - Method in class org.springframework.data.hadoop.fs.FsShell
-
- setReplication(Path, short) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- setReplication(String, short) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- setrepr(short, String...) - Method in class org.springframework.data.hadoop.fs.FsShell
-
- setrepr(short, String) - Method in class org.springframework.data.hadoop.fs.FsShell
-
- setrepr(long, short, String) - Method in class org.springframework.data.hadoop.fs.FsShell
-
- setrepr(long, short, String...) - Method in class org.springframework.data.hadoop.fs.FsShell
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.data.hadoop.pig.PigTemplate
-
- setResourcePatternResolver(ResourcePatternResolver) - Method in class org.springframework.data.hadoop.fs.HdfsResourceLoader
-
Sets the resource pattern resolver.
- setResources(Set<Resource>) - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
Sets the configuration resources.
- setRmManagerUri(String) - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
Sets the Yarn resource manager ('yarn.resourcemanager.address') URI for HadoopV2.
- setRunAtStartup(boolean) - Method in class org.springframework.data.hadoop.hive.HiveRunner
-
Indicates whether the scripts should run at container startup or not (the default).
- setRunAtStartup(boolean) - Method in class org.springframework.data.hadoop.mapreduce.JarRunner
-
Indicates whether the jar should run at container startup or not (the default).
- setRunAtStartup(boolean) - Method in class org.springframework.data.hadoop.mapreduce.JobRunner
-
Indicates whether the jobs should be submitted at startup (default) or not.
- setRunAtStartup(boolean) - Method in class org.springframework.data.hadoop.mapreduce.ToolRunner
-
Indicates whether the tool should run at container startup (the default) or not.
- setRunAtStartup(boolean) - Method in class org.springframework.data.hadoop.pig.PigRunner
-
Indicates whether the scripts should run at container startup or not (the default).
- setScripts(Collection<HiveScript>) - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
-
Sets the scripts to execute once the client connects.
- setScripts(Collection<HiveScript>) - Method in class org.springframework.data.hadoop.hive.HiveExecutor
-
Sets the scripts to be executed by this tasklet.
- setScripts(Collection<PigScript>) - Method in class org.springframework.data.hadoop.pig.PigExecutor
-
Sets the pig scripts to be executed by this class.
- setScripts(Collection<PigScript>) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
-
Sets the scripts to execute at startup.
- setSortComparator(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job sort comparator class.
- setStopProxy(boolean) - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
-
Indicates whether, when/if the associated connection is destroyed, whether the proxy is stopped or not.
- setTableFactory(HTableInterfaceFactory) - Method in class org.springframework.data.hadoop.hbase.HbaseAccessor
-
Sets the table factory.
- setTableNames(String[]) - Method in class org.springframework.data.hadoop.hbase.HbaseInterceptor
-
- setTimeout(int) - Method in class org.springframework.data.hadoop.hive.HiveClientFactoryBean
-
Sets the connection timeout.
- setTimes(Path, long, long) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- setTimes(String, long, long) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- setTool(Tool) - Method in class org.springframework.data.hadoop.mapreduce.ToolExecutor
-
Sets the tool.
- setToolClass(String) - Method in class org.springframework.data.hadoop.mapreduce.ToolExecutor
-
Sets the tool class by name.
- setUri(URI) - Method in class org.springframework.data.hadoop.fs.FileSystemFactoryBean
-
Sets the URI (if available) for this file system.
- setUseCodecs(boolean) - Method in class org.springframework.data.hadoop.fs.HdfsResourceLoader
-
Indicates whether to use (or not) the codecs found inside the Hadoop
configuration.
- setUser(String) - Method in class org.springframework.data.hadoop.fs.DistCp
-
Sets the user impersonation (optional) for creating this utility.
- setUser(String) - Method in class org.springframework.data.hadoop.fs.FileSystemFactoryBean
-
Sets the user impersonation (optional) for creating this file-system.
- setUser(String) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
-
Sets the user impersonation (optional) for executing Pig jobs.
- setValidateEachStatement(Boolean) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
-
Indicates whether each statement should be validated or not.
- setValue(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job value class.
- setVerbose(boolean) - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
Indicates whether the job execution is verbose (the default) or not.
- setVerifyChecksum(boolean) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- setWaitForCompletion(boolean) - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
Indicates whether the 'runner' should wait for the job to complete (default)
after submission or not.
- setWorkingDir(String) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
Sets the job working directory.
- setWorkingDirectory(Path) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- setZkPort(Integer) - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
-
Sets the HBase Zookeeper port for clients to connect to.
- setZkQuorum(String) - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
-
Sets the HBase Zookeeper Quorum host(s).
- SimplerFileSystem - Class in org.springframework.data.hadoop.fs
-
FileSystem decorator that overloads methods to accept Strings instead of
Paths.
- SimplerFileSystem(FileSystem) - Constructor for class org.springframework.data.hadoop.fs.SimplerFileSystem
-
Constructs a new SimplerFileSystem instance.
- start() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
-
- startJobs() - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
- startJobs(JobExecutor.JobListener) - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
- startLocalOutput(Path, Path) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- startLocalOutput(String, String) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- stop() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
-
- stop(Runnable) - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
-
- stopJobs() - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
Stops running job.
- stopJobs(JobExecutor.JobListener) - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
Stops running job.
- StreamJobFactoryBean - Class in org.springframework.data.hadoop.mapreduce
-
Factory bean focused on creating streaming jobs.
- StreamJobFactoryBean() - Constructor for class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-