Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18702#discussion_r128719598
  
    --- Diff: docs/_plugins/copy_api_dirs.rb ---
    @@ -150,4 +150,31 @@
         cp("../R/pkg/DESCRIPTION", "api")
       end
     
    +  if not (ENV['SKIP_SQLDOC'] == '1')
    +    # Build SQL API docs
    +
    +    puts "Moving to project root and building API docs."
    +    curr_dir = pwd
    +    cd("..")
    +
    +    puts "Running 'build/mvn -DskipTests clean package' from " + pwd + "; 
this may take a few minutes..."
    +    system("build/mvn -DskipTests clean package") || raise("SQL doc 
generation failed")
    --- End diff --
    
    Somehow, I can't run `./build/sbt clean package` and `spark-submit` in my 
environment -
     https://github.com/apache/spark/pull/17150#issuecomment-316950717
    
    I tested this via `sbt` after manually reverting that commit in my 
environment. I will change this to `sbt` if anyone could confirm it was my 
mistake ...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to