Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nickhepp
Copy link
Contributor

No description provided.

Copy link
Contributor

@kitmenke kitmenke left a comment

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
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