Skip to content

Adding Powershell script to help users get Spark setup for Windows. - #40

Open
nickhepp wants to merge 1 commit into
1904labs:mainfrom
nickhepp:nick/powershell_for_windows_hadoop_setup
Open

Adding Powershell script to help users get Spark setup for Windows.#40
nickhepp wants to merge 1 commit into
1904labs:mainfrom
nickhepp:nick/powershell_for_windows_hadoop_setup

Conversation

@nickhepp

Copy link
Copy Markdown
Contributor

No description provided.

@kitmenke kitmenke left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want to pin winutils to a specific version that we use with spark, otherwise looks good!.

git clone https://github.com/steveloughran/winutils $winutilsPath

# find the highest versioned hadoop install in winutils
$hadoopHome = Get-ChildItem -Path $winutilsPath -Directory |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we actually use 2.8.3, not the latest... although that will probably change when we upgrade spark. Maybe just code it to be 2.8.3 for now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants