Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.journal
.mainlock
.wlock
.ts
.git
*.pyc
.coverage
.htmlcov
.DS_Store
.idea
4 changes: 1 addition & 3 deletions python-clusters/emr-create-cluster/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@
"selectChoices" : [
{"value" : "TRANSIENT", "label" : "Transient (cluster-specific)"},
{"value" : "MYSQL", "label" : "External MySQL or Aurora DB"},
{"value" : "CUSTOM_JDBC", "label" : "Custom settings (JDBC)"}
],
"disabledSelectChoices" : [
{"value" : "CUSTOM_JDBC", "label" : "Custom settings (JDBC)"},
{"value": "AWS_GLUE_DATA_CATALOG", "label" : "Use AWS Glue Data Catalog"}
],
"mandatory" : true
Expand Down