YARN-10120. Amendment fix for Java Doc.
Contributed by Bilwa S T.
This commit is contained in:
parent
f8e598f278
commit
7a39da3537
|
@ -47,7 +47,7 @@ public class WebServiceClient {
|
|||
* Construct a new WebServiceClient based on the configuration. It will try to
|
||||
* load SSL certificates when it is specified.
|
||||
*
|
||||
* @param config
|
||||
* @param conf
|
||||
* @throws Exception
|
||||
*/
|
||||
public static void initialize(Configuration conf) throws Exception {
|
||||
|
|
|
@ -27,7 +27,6 @@ import javax.servlet.http.HttpServletRequest;
|
|||
import javax.servlet.http.HttpServletResponse;
|
||||
import javax.ws.rs.core.Response;
|
||||
|
||||
import org.apache.hadoop.conf.Configuration;
|
||||
import org.apache.hadoop.security.authorize.AuthorizationException;
|
||||
import org.apache.hadoop.yarn.exceptions.YarnException;
|
||||
import org.apache.hadoop.yarn.exceptions.YarnRuntimeException;
|
||||
|
|
Loading…
Reference in New Issue