Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/tests/unit/customizations/emr/input_applications.json
1569 views
1
[
2
{"Name": "Hive"},
3
{"Name": "Pig"},
4
{"Name": "Ganglia"},
5
{"Name": "hbase"},
6
{"Name": "Impala",
7
"Args": ["IMPALA_BACKEND_PORT=22001", "IMPALA_MEM_LIMIT=70%"]
8
},
9
{"Name": "mapr",
10
"Args": ["--edition", "m5", "--version", "3.0.2"]
11
}
12
]
13
14