aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMasayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp>2014-10-03 13:12:37 -0700
committerAndrew Or <andrewor14@gmail.com>2014-10-03 13:12:37 -0700
commite5566e05b1ac99aa6caf1701e47ebcdb68a002c6 (patch)
tree6c51b69e9984ed6e509fc1e1041f6f55d612e3ef /bin
parent358d7ffd01b4a3fbae313890522cf662c71af6e5 (diff)
downloadspark-e5566e05b1ac99aa6caf1701e47ebcdb68a002c6.tar.gz
spark-e5566e05b1ac99aa6caf1701e47ebcdb68a002c6.tar.bz2
spark-e5566e05b1ac99aa6caf1701e47ebcdb68a002c6.zip
[SPARK-3774] typo comment in bin/utils.sh
Modified the comment of bin/utils.sh. Author: Masayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp> Closes #2639 from tsudukim/feature/SPARK-3774 and squashes the following commits: 707b779 [Masayoshi TSUZUKI] [SPARK-3774] typo comment in bin/utils.sh
Diffstat (limited to 'bin')
-rwxr-xr-xbin/utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/utils.sh b/bin/utils.sh
index 0804b1ed9f..22ea2b9a6d 100755
--- a/bin/utils.sh
+++ b/bin/utils.sh
@@ -17,7 +17,7 @@
# limitations under the License.
#
-# Gather all all spark-submit options into SUBMISSION_OPTS
+# Gather all spark-submit options into SUBMISSION_OPTS
function gatherSparkSubmitOpts() {
if [ -z "$SUBMIT_USAGE_FUNCTION" ]; then