Github user shivaram commented on the issue:

    https://github.com/apache/spark/pull/16014
  
    No I found the problem - its two fold
    - The tgz is not copied into the `dist` directory in `make-distribution.sh` 
[1]. This is relatively easy to fix. It only works in Python because the entire 
python directory is copied into the dist directory.
    
    - The second problem is one of naming - Our jar file is called 
SparkR_2.1.0.tar.gz as that is the version in DESCRIPTION file in R. I think we 
need to do a copy at some point to create SparkR_2.1.1-SNAPSHOT.tar.gz   
    
    [1] 
https://github.com/apache/spark/blob/202fcd21ce01393fa6dfaa1c2126e18e9b85ee96/dev/make-distribution.sh#L244



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to