…ver has UID>2097151 (amagyar)

## What changes were proposed in this pull request?

When ambari is running with a user that has UID/GID >2097151 download client 
configs fails with the following error:

```json
{ 
"status" : 500, 
"message" : "org.apache.ambari.server.controller.spi.SystemException: group id 
'19600006' is too big ( > 2097151 )" 
} 
```

This is caused by a limitation in the tar file format which can be fixed by 
applying an extension (LONGFILE_POSIX/BIGNUMBER_POSIX)

## How was this patch tested?

- Configured ambari to run with a custom non-root user that had UID 1704000003.
- Downloaded client config (requestComponentName="")
- Checked the tar file content



[ Full content available at: https://github.com/apache/ambari/pull/2246 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to