From 504bb7e80538b79f03fded2dab1c874992d132e4 Mon Sep 17 00:00:00 2001 From: zhiqiang Date: Tue, 5 Dec 2017 15:56:36 +0800 Subject: [PATCH] Solve #1461, Add copy2s3 action in the help page of web. (#1467) * Solve #1461, Add copy2s3 action in the help page of web. --- .../src/app/dashboard/views/actions/submit/help.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/smart-zeppelin/zeppelin-web/src/app/dashboard/views/actions/submit/help.html b/smart-zeppelin/zeppelin-web/src/app/dashboard/views/actions/submit/help.html index 9627fe79a28..d0ab086e42a 100644 --- a/smart-zeppelin/zeppelin-web/src/app/dashboard/views/actions/submit/help.html +++ b/smart-zeppelin/zeppelin-web/src/app/dashboard/views/actions/submit/help.html @@ -55,6 +55,11 @@

Action Usage

-file $src -dest $dest [-offset $offset] [-length $length] [-bufSize $size] Copy the file in $src with $offset offset, $length length and $size buffer size + + copy2s3 + copy2s3 -file $file -dest $s3_dest + Copy $file to $s3_dest which is on Amazon S3,$s3_dest is a url starts with s3a:// + delete -file $file