Member since
09-30-2020
1
Post
0
Kudos Received
0
Solutions
09-30-2020
11:50 AM
Can you please help here. When I give "-protocol https", getting below error Connecting to https://HOST:PORT/logLevel?log=BlockStateChange Exception in thread "main" java.io.IOException: Server returned HTTP response code: 403 for URL: https://HOST:PORT/logLevel?log=BlockStateChange at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at org.apache.hadoop.log.LogLevel$CLI.process(LogLevel.java:297) at org.apache.hadoop.log.LogLevel$CLI.doGetLevel(LogLevel.java:234) at org.apache.hadoop.log.LogLevel$CLI.sendLogLevelRequest(LogLevel.java:127) at org.apache.hadoop.log.LogLevel$CLI.run(LogLevel.java:110) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90) at org.apache.hadoop.log.LogLevel.main(LogLevel.java:72)
... View more