org.apache.hadoop.hdfs.tools
Class GetGroups

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by org.apache.hadoop.tools.GetGroupsBase
          extended by org.apache.hadoop.hdfs.tools.GetGroups
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool

public class GetGroups
extends org.apache.hadoop.tools.GetGroupsBase

HDFS implementation of a tool for getting the groups which a given user belongs to.


Method Summary
protected  InetSocketAddress getProtocolAddress(org.apache.hadoop.conf.Configuration conf)
           
static void main(String[] argv)
           
 
Methods inherited from class org.apache.hadoop.tools.GetGroupsBase
run
 
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Method Detail

getProtocolAddress

protected InetSocketAddress getProtocolAddress(org.apache.hadoop.conf.Configuration conf)
                                        throws IOException
Specified by:
getProtocolAddress in class org.apache.hadoop.tools.GetGroupsBase
Throws:
IOException

main

public static void main(String[] argv)
                 throws Exception
Throws:
Exception


Copyright © 2013 Apache Software Foundation. All Rights Reserved.