Member since
12-10-2015
32
Posts
11
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3835 | 07-25-2017 07:28 AM | |
8057 | 12-22-2015 06:40 PM | |
5407 | 12-16-2015 04:42 AM |
10-08-2018
08:39 AM
Complete list of properties configured in core-site - fs.s3a.access.key=
fs.s3a.secret.key=
fs.s3a.endpoint=
fs.s3a.path.style.access=false
fs.s3a.attempts.maximum=20
fs.s3a.connection.establish.timeout=5000
fs.s3a.connection.timeout=200000
fs.s3a.paging.maximum=5000
fs.s3a.threads.max=10
fs.s3a.socket.send.buffer=8192
fs.s3a.socket.recv.buffer=8192
fs.s3a.threads.keepalivetime=60
fs.s3a.max.total.tasks=5
fs.s3a.multipart.size=100M
fs.s3a.multipart.threshold=2147483647
fs.s3a.multiobjectdelete.enable=true
fs.s3a.buffer.dir=/tmp/s3a
fs.s3a.block.size=64M
fs.s3a.impl=org.apache.hadoop.fs.s3a.S3AFileSystem
fs.AbstractFileSystem.s3a.impl=org.apache.hadoop.fs.s3a.S3A
fs.s3a.readahead.range=64K
fs.s3a.etag.checksum=true
... View more
10-05-2018
04:27 PM
Hi All, I am facing the below issue while creating an dir on HDFS with Minio S3 as storage backend - com.amazonaws.AmazonClientException: Unable to verify integrity of data upload. Client calculated content hash (contentMD5: 1B2M2Y8AsgTpgAmY7PhCfg== in base 64) didn't match hash (etag: null in hex) calculated by Amazon S3. You may need to delete the data stored in Amazon S3. (metadata.contentMD5: null, md5DigestStream: com.amazonaws.services.s3.internal.MD5DigestCalculatingInputStream@2d6861a6, bucketName: hadoopsa, key: dindi2/): Unable to verify integrity of data upload. Client calculated content hash (contentMD5: 1B2M2Y8AsgTpgAmY7PhCfg== in base 64) didn't match hash (etag: null in hex) calculated by Amazon S3. You may need to delete the data stored in Amazon S3. Below error while adding file to HDFS root@hemant-insa:~# hdfs dfs -put abc.txt s3a://sample/
put: saving output on abc.txt._COPYING_: com.amazonaws.AmazonClientException: Unable to verify integrity of data upload. Client calculated content hash (contentMD5: 1B2M2Y8AsgTpgAmY7PhCfg== in base 64) didn't match hash (etag: null in hex) calculated by Amazon S3. You may need to delete the data stored in Amazon S3. (metadata.contentMD5: 1B2M2Y8AsgTpgAmY7PhCfg==, md5DigestStream: null, bucketName: sample, key: abc.txt._COPYING_): Unable to verify integrity of data upload. Client calculated content hash (contentMD5: 1B2M2Y8AsgTpgAmY7PhCfg== in base 64) didn't match hash (etag: null in hex) calculated by Amazon S3. You may need to delete the data stored in Amazon S3. (metadata.contentMD5: 1B2M2Y8AsgTpgAmY7PhCfg==, md5DigestStream: null, bucketName: sample, key: abc.txt._COPYING_) I have configured the properties as attached. Any hints/solutions - @Predrag Minovic @Jagatheesh Ramakrishnan @Pardeep @Neeraj Sabharwal @Anshul Sisodia
... View more
Labels:
- Labels:
-
Apache Hadoop
07-26-2017
07:20 AM
2 Kudos
I had the same issue which was due to mixed case of hostname. I ensured that the hostname is uniform(lower case) and restarted the server. This fixed the issue.
... View more
07-25-2017
07:28 AM
Did you try HDFS Service check? Is it successful?
... View more
02-16-2017
03:09 AM
Can you please share the REST API Command which you are using to fetch the groups?
... View more
07-04-2016
04:07 AM
@Jobin George This is real cool. I have tried to build a similar functionality tool using Flink as my Stream Processor. I call it Applerts :).
... View more
05-12-2016
07:22 PM
Can we add an existing KNOX Service to Ambari?
... View more
05-12-2016
05:35 PM
2 Kudos
How to add/manage multiple KNOX Gateways in Ambari?
... View more
Labels:
- Labels:
-
Apache Knox
03-18-2016
07:36 AM
Thanks @Predrag. It worked when I changed it through Ambari.
... View more
03-18-2016
05:00 AM
I have modified the statement at line 66 in the file oozie-env.sh export OOZIE_CLIENT_OPTS="${OOZIE_CLIENT_OPTS} -Doozie.connection.retry.count=2 to export OOZIE_CLIENT_OPTS="${OOZIE_CLIENT_OPTS} -Doozie.connection.retry.count=2" We are getting the same error. What could be the possible value for OOZIE_CLIENTS_OPTS in HDP 2.4? Thanks.
... View more