Skip to content

Commit aa7c783

Browse files
committed
Added EMR Bootstrap configuration cluster
1 parent 2a269ef commit aa7c783

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[
2+
{
3+
"Classification": "spark-env",
4+
"Configurations": [
5+
{
6+
"Classification": "export",
7+
"Properties": {
8+
"PYSPARK_PYTHON": "/usr/bin/python3"
9+
}
10+
}
11+
],
12+
"Properties": {}
13+
},
14+
{
15+
"Classification": "emrfs-site",
16+
"Properties": {
17+
"fs.s3.consistent": "true"
18+
}
19+
}
20+
]

0 commit comments

Comments
 (0)