Re: Facing Issues while migrating to S3A

2018-09-09 Thread yinhua.dai
Hi, I am still have the same problem, googled many ways but still failed. I have downloaded and added hadoop.dll and winutils.exe to class path. To verify that is working, I called "System.loadLibrary("haddop")" at the beginning of my java program and it succeed. BTW: I run my program in windows

Re: Facing Issues while migrating to S3A

2016-08-06 Thread Stefan Richter
email.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&br

Re: Facing Issues while migrating to S3A

2016-08-06 Thread vinay patil
Hi Stefan, The migration from S3n to S3A is working fine when I try it on cluster (linux box), the issue is only with the local windows machine. I am not clear on this ,Can you please elaborate: *"The code of the native method should be contained in something like a HADOOP_HOME\bin\hadoop.dll"*

Re: Facing Issues while migrating to S3A

2016-08-05 Thread Stefan Richter
Hi, from the exception, it seems like some native library is missing in your classpath. The code of the native method should be contained in something like a HADOOP_HOME\bin\hadoop.dll. Best, Stefan > Am 05.08.2016 um 11:32 schrieb vinay patil : > > Hi All, > > I am facing issues when I chan