Skip to content

Commit

Permalink
fix: fix installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
serena-ruan committed Nov 23, 2021
1 parent d0406c8 commit 8fcb4dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ SynapseML can be conveniently installed on existing Spark clusters via the
`--packages` option, examples:

```bash
spark-shell --packages com.microsoft.azure:synapseml_2.12:0.9.4
pyspark --packages com.microsoft.azure:synapseml_2.12:0.9.4
spark-submit --packages com.microsoft.azure:synapseml_2.12:0.9.4 MyApp.jar
spark-shell --packages com.microsoft.azure:synapseml_2.12:0.9.4 --conf spark.jars.repositories=https://mmlspark.azureedge.net/maven
pyspark --packages com.microsoft.azure:synapseml_2.12:0.9.4 --conf spark.jars.repositories=https://mmlspark.azureedge.net/maven
spark-submit --packages com.microsoft.azure:synapseml_2.12:0.9.4 MyApp.jar --conf spark.jars.repositories=https://mmlspark.azureedge.net/maven
```

This can be used in other Spark contexts too. For example, you can use SynapseML
Expand Down
6 changes: 3 additions & 3 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ function Home() {
SynapseML can be conveniently installed on existing Spark
clusters via the --packages option, examples:
<CodeSnippet
snippet={`spark-shell --packages com.microsoft.azure:synapseml_2.12:0.9.4
pyspark --packages com.microsoft.azure:synapseml_2.12:0.9.4
spark-submit --packages com.microsoft.azure:synapseml_2.12:0.9.4 MyApp.jar`}
snippet={`spark-shell --packages com.microsoft.azure:synapseml_2.12:0.9.4 --conf spark.jars.repositories=https://mmlspark.azureedge.net/maven
pyspark --packages com.microsoft.azure:synapseml_2.12:0.9.4 --conf spark.jars.repositories=https://mmlspark.azureedge.net/maven
spark-submit --packages com.microsoft.azure:synapseml_2.12:0.9.4 MyApp.jar --conf spark.jars.repositories=https://mmlspark.azureedge.net/maven`}
lang="bash"
></CodeSnippet>
This can be used in other Spark contexts too. For example, you
Expand Down

0 comments on commit 8fcb4dc

Please sign in to comment.