You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
The design of the type awscala.emr.Cluster is such that
it extends com.amazonaws.services.elasticmapreduce.model.Cluster.
it takes an instance of com.amazonaws.services.elasticmapreduce.model.Cluster for initialization. In the constructor, it copies some fields.
Now the problem here is that some fields are missing. For me, I encountered this problem for the field master dns name and I had to write the following
The design of the type
awscala.emr.Cluster
is such thatcom.amazonaws.services.elasticmapreduce.model.Cluster
.com.amazonaws.services.elasticmapreduce.model.Cluster
for initialization. In the constructor, it copies some fields.Now the problem here is that some fields are missing. For me, I encountered this problem for the field
master dns name
and I had to write the followingConstructor https://github.com/seratch/AWScala/blob/master/emr/src/main/scala/awscala/emr/Cluster.scala#L18
The text was updated successfully, but these errors were encountered: