buddhayan commented on issue #433: URL: https://github.com/apache/incubator-xtable/issues/433#issuecomment-2106013489
> > Then executed below command from AWS Cloud9 instance terminal > > Does a basic s3 listing or get work using aws cli ? > > > java.net.UnknownHostException: ip-**-**-**-**_: ip-__-__-__-_**: Name or service not known > > Thanks for reporting the issue @buddhayan, the above error looks more like a environment issue for you AWS instance where it's not able to identify the hostname if your EC2 instance. I have found few similar issues by googling and looks like some configuration related to /etc/hosts is required. > > https://stackoverflow.com/questions/35325165/hadoop-java-net-unknownhostexception-hadoop-slave-2 https://stackoverflow.com/questions/6484275/java-net-unknownhostexception-invalid-hostname-for-server-local Yes, I can access the S3 bucket and execute AWS CLI commands such as 's3 ls', 'cp', and other operations directly from the terminal where I'm running the JAR file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
