dctc icon indicating copy to clipboard operation
dctc copied to clipboard

Dataiku Cloud Transport Client

Results 13 dctc issues
Sort by recently updated
recently updated
newest added

Hadoop parameters could be done the following way: - execute `hadoop classpath` to retrieve hadoop classpath (perhaps cache the result) - lookup for hadoop jars / core config in this...

USED : dctc cp http://data.gov.uk//dataset/criminal_justice_system_statistics_quarterly dip_datasets LOG : done: 0/0 in 0s - 1/1 files done - 0Bps - 0 transfer(s) running. Copied 0 in 0s

For passphrase-less interaction

enhancement

Need to re-factor clo.

dctc ls --color is valid, but also dctc ls --color=always.

Don't allow the user to type his password when non intercative ``` dctc ls ssh://lol@localhost:/tmp | cat ``` Will not ask the user to type his password Note for me:...

Fatal Error while doing cp -R hdfs://mydir ./ Exception in thread "main" java.lang.Error: Fatal error in getSonPath: parent=hdfs:///user/ml/signaux son=hdfs:///bigdata01t.bbo1t.local:8020/user/ml/signaux separator=/ at com.dataiku.dctc.file.FileManipulation.getSonPath(FileManipulation.java:143) at com.dataiku.dctc.command.ListCommand.computeTasksList(ListCommand.java:126) at com.dataiku.dctc.command.ListCommand.perform(ListCommand.java:48) at com.dataiku.dctc.Main.main(Main.java:184)