Anu Engineer created HDDS-2003: ---------------------------------- Summary: Ozone - Easy simple start does not work as expected. Key: HDDS-2003 URL: https://issues.apache.org/jira/browse/HDDS-2003 Project: Hadoop Distributed Data Store Issue Type: Bug Components: S3 Affects Versions: 0.5.0 Reporter: Anu Engineer
During the verification of Ozone documentation, I followed the instructions on the easy start page. Run this instruction: {noformat} docker run -p 9878:9878 -p 9876:9876 apache/ozone {noformat} Followed by this command in another window: {noformat} aws s3api --endpoint http://localhost:9878/ create-bucket --bucket=bucket1{noformat} The S3Gateway is probably crashing since it is not able to find Ozone client. This is on trunk, I will reverify on the Ozone-0.4.1. FYI: [~elek], [~bharatviswa], [~nandakumar131]. Here is the crash stack: {noformat} 2019-08-21 20:01:44 INFO SCMChillModeManager:274 - SCM in chill mode. 1 DataNodes registered, 1 required.2019-08-21 20:01:44 INFO SCMChillModeManager:274 - SCM in chill mode. 1 DataNodes registered, 1 required.2019-08-21 20:01:44 INFO SCMChillModeManager:110 - SCM exiting chill mode.2019-08-21 20:02:40 ERROR OzoneClientFactory:294 - Couldn't create protocol class org.apache.hadoop.ozone.client.rpc.RpcClient exception:java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.apache.hadoop.ozone.client.OzoneClientFactory.getClientProtocol(OzoneClientFactory.java:291) at org.apache.hadoop.ozone.client.OzoneClientFactory.getClient(OzoneClientFactory.java:92) at org.apache.hadoop.ozone.s3.OzoneClientProducer.createClient(OzoneClientProducer.java:45) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) {noformat} -- This message was sent by Atlassian Jira (v8.3.2#803003) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org