-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ZEPPELIN-5945] Build Zeppelin-Distribution with JDK11 and use Spark …
…3.3 as default (#4639)
- Loading branch information
Showing
7 changed files
with
70 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Example to use an proxy for conda | ||
channel_alias: https://leandi.avm.de/repository/anaconda-proxy | ||
default_channels: | ||
- https://proxy.mycompany.com/repository/anaconda-proxy/main | ||
- https://proxy.mycompany.com/repository/anaconda-proxy/r |
38 changes: 38 additions & 0 deletions
38
scripts/docker/zeppelin-interpreter/env_python_3_with_R.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: python_3_with_R | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python >=3.9,<3.10 | ||
- pyspark=3.3.2 | ||
- pycodestyle | ||
- scipy | ||
- numpy | ||
- grpcio | ||
- protobuf | ||
- pandasql | ||
- ipython | ||
- ipykernel | ||
- jupyter_client | ||
- hvplot | ||
- plotnine | ||
- seaborn | ||
- intake | ||
- intake-parquet | ||
- intake-xarray | ||
- altair | ||
- vega_datasets | ||
- plotly | ||
- pip | ||
- pip: | ||
# works for regular pip packages | ||
- bkzep==0.6.1 | ||
- r-base=3 | ||
- r-data.table | ||
- r-evaluate | ||
- r-base64enc | ||
- r-knitr | ||
- r-ggplot2 | ||
- r-irkernel | ||
- r-shiny | ||
- r-googlevis |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters