Member since
03-15-2015
16
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5137 | 10-25-2015 11:45 AM |
11-30-2015
10:25 AM
Jadair, Your suggestion is on option on our list. We were hoping to save the trouble of reloading large amounts of data between uses. I will look at your references. Amazon's EMR service provides the capability I am looking for. However, I wanted very much to use Cloudera on EC2 for our solution and that is why I was including these tests as part of our Proof of Concept. Thanks for the valuable input you have provided over the last couple of weeks. - rd
... View more
10-25-2015
11:45 AM
Thanks for mentioning that. I checked and you were right - I had CDH: 5. I will chnage it to 5.4.7. - rd
... View more
10-14-2015
02:07 PM
For your reference, here are the contents of reference.conf inside the jar: # # Copyright (c) 2013 Cloudera, Inc. All rights reserved. # deploymentName: ${?name}" Deployment" environmentName: ${?name}" Environment" # # Generic defaults that apply to all configuration files # cloudera-manager { username: admin password: admin } cluster { products { CDH: 5 # latest from 5.x branch } } roles { HDFS_MASTERS: [NAMENODE, SECONDARYNAMENODE] HDFS_WORKERS: [DATANODE] MAPREDUCE_MASTERS: [JOBTRACKER] MAPREDUCE_WORKERS: [TASKTRACKER] YARN_MASTERS: [RESOURCEMANAGER, JOBHISTORY] YARN_WORKERS: [NODEMANAGER] ZOOKEEPER_MASTERS: [SERVER] ZOOKEEPER_WORKERS: [] HBASE_MASTERS: [MASTER] HBASE_WORKERS:[REGIONSERVER] HIVE_MASTERS: [HIVESERVER2, HIVEMETASTORE] HIVE_WORKERS: [] OOZIE_MASTERS: [OOZIE_SERVER] OOZIE_WORKERS: [] HUE_MASTERS: [HUE_SERVER] HUE_WORKERS: [] IMPALA_MASTERS: [CATALOGSERVER, STATESTORE] IMPALA_WORKERS: [IMPALAD] SQOOP_MASTERS: [SQOOP_SERVER] SQOOP_WORKERS: [] FLUME_MASTERS: [] FLUME_WORKERS: [AGENT] SOLR_MASTERS: [SOLR_SERVER] SOLR_WORKERS: [] SPARK_ON_YARN_MASTERS: [SPARK_YARN_HISTORY_SERVER] SPARK_ON_YARN_WORKERS: [] SENTRY_MASTERS: [SENTRY_SERVER] SENTRY_WORKERS: [] }
... View more
10-11-2015
05:20 AM
Jadair, Thanks for your help. Although I had a few problems along the way - many of them reverted back to my need to fix my security group. I appreciate our help. - rd
... View more