Spark: [BUG]: Typo in HDInsight deployment tutorial

Created on 31 Oct 2019  路  6Comments  路  Source: dotnet/spark

Describe the bug
In this doc there is a typo.

To Reproduce

The doc says to compile on windows using this command:

cd mySparkApp
dotnet publish -c Release -f netcoreapp3.0 -r ubuntu.16.04-x6

There is a 4 missing in the ubuntu.16.04-x6 which should be ubuntu.16.04-x64.

bug

Most helpful comment

@imback82 Yep, I'll open up a PR today to fix this.

All 6 comments

We should update it to linux-x64

@AFFogarty can you help creating a PR for fixing this?

@imback82 OK, we can open a PR against https://github.com/dotnet/docs/tree/master/docs/spark

Oh, it's a docs repo. @bamurtaugh can you help?

@imback82 Yep, I'll open up a PR today to fix this.

Was this page helpful?
0 / 5 - 0 ratings