hdfs icon indicating copy to clipboard operation
hdfs copied to clipboard

feat: Added an ability to pass a replication count via the CLI

Open Oloremo opened this issue 3 years ago • 1 comments

Just adding an ability to pass a replication count for upload, default is preserved.

Oloremo avatar May 06 '21 21:05 Oloremo

Hm, the CI errors seems unrelated to the PR:

 pip install .[avro] coverage mock
before_script.1
0.35s$ export HADOOP_HOME="$(./scripts/hadoop.sh download)"
before_script.2
0.02s$ export HADOOP_CONF_DIR="$(./scripts/hadoop.sh config)"
0.01s$ ./scripts/hadoop.sh start
./scripts/hadoop.sh: line 67: /bin/hdfs: No such file or directory
./scripts/hadoop.sh: line 68: /sbin/hadoop-daemon.sh: No such file or directory
The command "./scripts/hadoop.sh start" failed and exited with 1 during .
Your build has been stopped.

Oloremo avatar May 06 '21 22:05 Oloremo