Member since
12-07-2014
16
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
46680 | 12-18-2014 04:44 PM |
07-20-2015
10:17 AM
1 Kudo
It should be fixed in CDH5.4.5
... View more
02-16-2015
09:43 PM
You can try following the instructions in this page: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html
... View more
12-18-2014
05:34 PM
Besides, there is a dirty work you need to do, since CDH 5.2 dosen't have the class org/apache/hadoop/fs/s3native/ProgressableResettableBufferedFileInputStream You need to extract this class from Amazon EMR and repackage it. Or you can compile one from its source code here: https://github.com/libin/s3distcp/blob/master/src/main/java/com/amazon/external/elasticmapreduce/s3distcp/ProgressableResettableBufferedFileInputStream.java
... View more