@@ -37,7 +37,7 @@ There are 3 possible usecases:
3737- It's working on both Windows/Linux Hadoop 2.6.0
3838
3939#### Download
40- - [ Download binary] ( https://github.com/avast/hdfs-shell/releases/download/v1.0.4 /hdfs-shell-1.0.4 .zip )
40+ - [ Download binary] ( https://github.com/avast/hdfs-shell/releases/download/v1.0.5 /hdfs-shell-1.0.5 .zip )
4141
4242#### Configuring launch script(s) for your environment
4343HDFS-Shell is a standard Java application. For its launch you need to define 2 things on your classpath:
@@ -54,6 +54,7 @@ Pre-defined launch scripts are located in the zip file. You can modify it locall
5454- for CLI UI run ``` hdfs-shell.sh ``` (without parameters) otherwise:
5555- HDFS Shell can be launched directly with the command to execute - after completion, hdfs-shell will exit
5656- launch HDFS with ``` hdfs-shell.sh script <file_path> ``` to execute commands from file
57+ - launch HDFS with ``` hdfs-shell.sh xscript <file_path> ``` to execute commands from file but ignore command errors (skip errors)
5758
5859#### Possible commands inside shell
5960
@@ -63,6 +64,7 @@ Pre-defined launch scripts are located in the zip file. You can modify it locall
6364- for calling system command type ``` ! <command> ``` , eg. ``` ! echo hello ``` will call the system command echo
6465- type (hdfs) command only without any parameters to get its parameter description, eg. ``` ls ``` only
6566- ``` script <file_path> ``` to execute commands from file
67+ - ``` xscript <file_path> ``` to execute commands from file but ignore command errors (skip errors)
6668
6769##### Additional commands
6870For our purposes we also integrated following commands:
0 commit comments