Neville Kadwa

Results 8 issues of Neville Kadwa

It looks like the HadoopEngine isn't currently in an executable state. There are references to settings that have been removed fairly recently. Is the implementation here something that could be...

The shell implementation requires the ability to do floating point calculations for calculating exponential backoff. Out of the workable options, I found only awk available in the minified system images...

Add unit testing using roundup for bash implementation.

Would need to read in stdin and buffer it for retry. Similarly buffer stdout until success. Only output final failed result or success.

Something funny going on. Retried script has shebang forcing bash, but if the shell uses bash specific features, it looks like dash is being run. Specificially `set -o pipefail` so...

### Describe the feature When configuring an S3 VPCE interface endpoint, and enabling ForceGlobalBucketAccess to true, the endpoint region gets set to "vpce". Reference: https://github.com/aws/aws-sdk-java/issues/2992 This bug solution proposes creating...

feature-request
needs-triage

Add ability to space out columns so they are easy to look at. For delight: cat file.csv | csvcut -K 0,1 | csvlook

Great stuff! What are your thoughts on a csvlook implementation? I imagine it would read the first 100 rows or so and find out the max length of each column...

help wanted
new program