-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
md example for extra field in custom SSHSparkOperator
- Loading branch information
1 parent
d8f9746
commit ddfb51f
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
# SSHSparkOperator | ||
|
||
This is an extra field example | ||
> It's important to submit minio-related spark jobs | ||
## How to use? | ||
- Create an SSH connection with hostname, password, and port | ||
- In case of using Minio-related spark submits, add this extra field: | ||
```json | ||
{ | ||
"AWS_ACCESS_KEY_ID": "admin", | ||
"AWS_SECRET_ACCESS_KEY": "password", | ||
"AWS_REGION": "us-east-1", | ||
"AWS_DEFAULT_REGION": "us-east-1" | ||
} | ||
``` | ||
``` | ||
## Important Note | ||
DO NOT USE THIS IN PRODUCTION !!!!!!!! |