Member since
10-10-2017
13
Posts
0
Kudos Received
0
Solutions
04-05-2019
08:37 PM
Any insights on this?
... View more
10-26-2018
06:56 PM
You are right but what I am trying to say is if thousands of applications concurrently tries to modify the same object at the same time , we have to lock that object (which is being modified) just to make it synchronous. Do you agree? This can lead to some of the request to starve and thats what we are seeing with S3a client. A hadoop copy operation has two parts.... put a temp file and then rename it. So the put operation is successful, we can see a temp file uploaded to our object store but some of this renaming requests TimesOut because we see multiple requests from S3A client trying to modify the same object and some of them are not able to acquire lock and times out.
... View more
10-25-2018
08:49 AM
Good to know. If the answer helped you, please upvote so that it can help others.
... View more
10-06-2018
08:59 AM
@Sahil Kaw "/usr/hdp/current/oozie-client" should be a symlink of "/usr/hdp/<version>/oozie". Move/remove "/usr/hdp/current/oozie-client" directory out of "/usr/hdp" and refresh the oozie client from ambari and you should be good.
... View more