json Amazon AWS EMR配置 - http://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hdfs-config.html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json Amazon AWS EMR配置 - http://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hdfs-config.html相关的知识,希望对你有一定的参考价值。

[
	{
		"classification": "capacity-scheduler",
		"properties": {
			"yarn.scheduler.capacity.resource-calculator": "org.apache.hadoop.yarn.util.resource.DominantResourceCalculator"
		},
		"configurations": []
	},
	{
		"classification": "spark",
		"properties": {
			"maximizeResourceAllocation": "true"
		},
		"configurations": []
	},
	{
		"classification": "hdfs-site",
		"properties": {
			"dfs.replication": "2"
		},
		"configurations": []
	}
]

以上是关于json Amazon AWS EMR配置 - http://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hdfs-config.html的主要内容,如果未能解决你的问题,请参考以下文章

在 AWS EMR 上的 PySpark 脚本上找不到 com.amazon.ws.emr.hadoop.fs.EmrFileSystem

Amazon EMR 服务与 EMR 集群

AWS EMR 与 Glue 目录,明确指定 catalogId

如何使用 Step Function 在 Amazon EMR 中添加步骤

亚马孙EMR学习网站

AWS EMR 并行映射器?