aws_emr_blog_v2/code/launch-cluster/cremr.py [102:108]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                          "Args": [
                                              "/mnt/tmp/aws-blog-emr-ranger/scripts/emr-steps/loadDataIntoHDFS.sh",
                                              event["ResourceProperties"]["StackRegion"]
                                          ]
                                      }
                                  },
                                  {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws_emr_blog_v3/code/launch-cluster/cremr.py [110:135]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                          "Args": [
                                              "/mnt/tmp/aws-blog-emr-ranger/scripts/emr-steps/loadDataIntoHDFS.sh",
                                              event["ResourceProperties"]["StackRegion"]
                                          ]
                                      }
                                  },
                                  # {
                                  #     "Name": "InstallHiveHDFSRangerPlugin",
                                  #     "ActionOnFailure": "CONTINUE",
                                  #     "HadoopJarStep": {
                                  #         "Jar": scriptRunnerJar,
                                  #         "Args": [
                                  #             "/mnt/tmp/aws-blog-emr-ranger/scripts/emr-steps/install-hive-hdfs-ranger-plugin.sh",
                                  #             event["ResourceProperties"]["RangerHostname"],
                                  #             event["ResourceProperties"]["RangerVersion"],
                                  #             "s3://" + event["ResourceProperties"]["S3ArtifactBucket"] + "/" + event["ResourceProperties"]["S3ArtifactKey"],
                                  #             event["ResourceProperties"][
                                  #                 "ProjectVersion"],
                                  #             event["ResourceProperties"]["emrReleaseLabel"],
                                  #             event["ResourceProperties"]["RangerHttpProtocol"],
                                  #             event["ResourceProperties"]["InstallCloudWatchAgentForAudit"]
                                  #         ]
                                  #     }
                                  # },

                                  {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



