This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 436c173  Remove duplicated command instruction from developer-tools
436c173 is described below

commit 436c1733a13f965d6a99c1eeac1274d17df39a82
Author: Yuto Akutsu <yuto.aku...@oss.nttdata.com>
AuthorDate: Fri Oct 8 18:05:06 2021 -0500

    Remove duplicated command instruction from developer-tools
    
    <!-- *Make sure that you generate site HTML with `bundle exec jekyll 
build`, and include the changes to the HTML in your pull request. See README.md 
for more information.* -->
    I'm not so sure if it is intended but `build/sbt compile` is duplicated in 
developer-tools.
    
    Author: Yuto Akutsu <yuto.aku...@oss.nttdata.com>
    
    Closes #357 from yutoacts/asf-site.
---
 developer-tools.md        | 2 --
 site/developer-tools.html | 2 --
 2 files changed, 4 deletions(-)

diff --git a/developer-tools.md b/developer-tools.md
index bf3ee6e..51260dd 100644
--- a/developer-tools.md
+++ b/developer-tools.md
@@ -25,8 +25,6 @@ $ export SPARK_PREPEND_CLASSES=true
 $ ./bin/spark-shell # Now it's using compiled classes
 # ... do some local development ... #
 $ build/sbt compile
-# ... do some local development ... #
-$ build/sbt compile
 $ unset SPARK_PREPEND_CLASSES
 $ ./bin/spark-shell
  
diff --git a/site/developer-tools.html b/site/developer-tools.html
index 81d64c7..c7b819e 100644
--- a/site/developer-tools.html
+++ b/site/developer-tools.html
@@ -217,8 +217,6 @@ $ export SPARK_PREPEND_CLASSES=true
 $ ./bin/spark-shell # Now it's using compiled classes
 # ... do some local development ... #
 $ build/sbt compile
-# ... do some local development ... #
-$ build/sbt compile
 $ unset SPARK_PREPEND_CLASSES
 $ ./bin/spark-shell
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to