Skip to content

Commit 43e6810

Browse files
committed
Adding user information message to set SPARK_HOME
1 parent 1dc5195 commit 43e6810

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/client/providers/updateSparkLibraryProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ function updateSparkLibrary() {
3030
console.error(reason);
3131
});
3232
}
33+
vscode.window.showInformationMessage(`Make sure you have SPARK_HOME environment variable set to the root path of the local spark installation!`);
3334
}

0 commit comments

Comments
 (0)