aboutsummaryrefslogtreecommitdiff
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:45 -0700
commite4ddedee6b2b6873254d1f8e1021e91893a6a96e (patch)
treee4a82f037e8374fccd0dfc9d9cb960fa7e7f6015
parentf1302566985fbd2e300f0a062aa9f420913e9652 (diff)
downloadspark-e4ddedee6b2b6873254d1f8e1021e91893a6a96e.tar.gz
spark-e4ddedee6b2b6873254d1f8e1021e91893a6a96e.tar.bz2
spark-e4ddedee6b2b6873254d1f8e1021e91893a6a96e.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 (cherry picked from commit e5566e05b1ac99aa6caf1701e47ebcdb68a002c6) Signed-off-by: Andrew Or <andrewor14@gmail.com>
-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