Skip to content

Commit 1ff982c

Browse files
author
Vitasek
committed
+xscript command
1 parent d3611e1 commit 1ff982c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
4343
HDFS-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
6870
For our purposes we also integrated following commands:

0 commit comments

Comments
 (0)