-
I smell a very nasty synchronization bug. Like, we create the bucket using out.mkpath() in _each_ CopyTaskRunnable, and it fails because we try to create several times the same bucket.
```
7:58 cleme…
-
```
dctc cat s3://dctc-test
Exception in thread "main" com.amazonaws.AmazonClientException: Unable to unmarshall response (null)
at com.amazonaws.http.AmazonHttpClient.handleResponse(Am…
-
Ran **dctc mkdir s3://dctc-thomas** with no warning or error messages.
==> Tested **dctc cp s3://aws_account2@dataiku-emr/piggybank.jar s3://dctc-thomas** and got :
_done: 0,00/0m1s in 339,21k - 0/1…
-
caused by 7566bc70.
-
-
I just did a:
dctc cp ~/Downloads/SFPD_Incidents_-_Previous_Three_Months.csv ssh://test2@/path/to/data
and got :
_Weird path encountered: test2.dataiku.com/path/to/data/path/to/data
done: 5,40M/5,40…
-
A bug has be introduce with the latest modification on the file builder.
Before two following syntax was accepted:
```
ftp://localhost/path/to/some/file
ftp://localhost:/path/to/some/file
```
Now on…
-
Issuing **dctc cp ftp://noaa@pub/data/gsod/ish-history.csv .** gives the following error:
_dctc cp: ERROR: Omitting directory `ftp://ftp.ncdc.noaa.gov/pub/data/gsod/ish-history.csv'_
(the file exists…