Uses of Class
com.cloudera.lib.service.HadoopException

Packages that use HadoopException
com.cloudera.hoop   
com.cloudera.lib.service   
com.cloudera.lib.service.hadoop   
 

Uses of HadoopException in com.cloudera.hoop
 

Methods in com.cloudera.hoop that throw HadoopException
 javax.ws.rs.core.Response Hoop.delete(Principal user, FsPathParam path, DeleteRecursiveParam recursive, DoAsParam doAs)
          Binding to handle all DELETE requests.
 javax.ws.rs.core.Response Hoop.get(Principal user, FsPathParam path, GetOpParam op, OffsetParam offset, LenParam len, FilterParam filter, DoAsParam doAs)
          Binding to handle all GET requests, supported operations are GetOpParam.Values.
 javax.ws.rs.core.Response Hoop.post(InputStream is, Principal user, FsPathParam path, PostOpParam op, OverwriteParam override, ReplicationParam replication, BlockSizeParam blockSize, PermissionParam permission, DoAsParam doAs)
          Binding to handle all OPST requests, supported operations are PostOpParam.Values.
 javax.ws.rs.core.Response Hoop.put(InputStream is, Principal user, FsPathParam path, PutOpParam op, ToPathParam toPath, OwnerParam owner, GroupParam group, PermissionParam permission, ReplicationParam replication, ModifiedTimeParam modifiedTime, AccessTimeParam accessTime, DoAsParam doAs)
          Binding to handle all PUT requests, supported operations are PutOpParam.Values.
 javax.ws.rs.core.Response Hoop.root(Principal user, GetOpParam op, FilterParam filter, DoAsParam doAs)
          Special binding for '/' as it is not handled by the wildcard binding.
 

Uses of HadoopException in com.cloudera.lib.service
 

Methods in com.cloudera.lib.service that throw HadoopException
 org.apache.hadoop.fs.FileSystem Hadoop.createFileSystem(String user, org.apache.hadoop.conf.Configuration conf)
           
<T> T
Hadoop.execute(String user, org.apache.hadoop.conf.Configuration conf, Hadoop.FileSystemExecutor<T> executor)
           
<T> T
Hadoop.execute(String user, org.apache.hadoop.conf.Configuration conf, Hadoop.JobClientExecutor<T> executor)
           
 

Uses of HadoopException in com.cloudera.lib.service.hadoop
 

Methods in com.cloudera.lib.service.hadoop that throw HadoopException
protected  void HadoopService.checkJobTrackerHealth(org.apache.hadoop.mapred.JobClient jobClient)
           
protected  void HadoopService.checkNameNodeHealth(org.apache.hadoop.fs.FileSystem fileSystem)
           
 org.apache.hadoop.fs.FileSystem HadoopService.createFileSystem(String user, org.apache.hadoop.conf.Configuration conf)
           
 org.apache.hadoop.fs.FileSystem HadoopService.createFileSystemInternal(String user, org.apache.hadoop.conf.Configuration conf)
           
<T> T
HadoopService.execute(String user, org.apache.hadoop.conf.Configuration conf, Hadoop.FileSystemExecutor<T> executor)
           
<T> T
HadoopService.execute(String user, org.apache.hadoop.conf.Configuration conf, Hadoop.JobClientExecutor<T> executor)
           
protected  void HadoopService.validateJobtracker(String jobtracker)
           
protected  void HadoopService.validateNamenode(String namenode)
           
 



Copyright © 2012 Cloudera. All Rights Reserved.