<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Exception when adding Cloudera Manager via the Cloudera Director web UI in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33375#M9331</link>
    <description>&lt;P&gt;The plan is to run Accumulo, and on top of it, a geospatial extension called Geomesa (&lt;A href="http://www.geomesa.org/)." target="_blank"&gt;http://www.geomesa.org/).&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am at the "highly experimental" phase. I see that Cloudera has documentation on how to install Accumulo via Cloudera Manager, but then I will have to see how I can add the Geomesa iterator to each worker - I guess I will have to come up with a bootstrap script or something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;Forgot to add. Not a long-running cluster now, but if the experiment succeeds, very likely in the future there will be a long running one.&lt;/P&gt;</description>
    <pubDate>Sat, 24 Oct 2015 02:04:59 GMT</pubDate>
    <dc:creator>timita</dc:creator>
    <dc:date>2015-10-24T02:04:59Z</dc:date>
    <item>
      <title>Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33365#M9321</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I successfully set a Virtual Private Cloud on AWS and started an instance using the Cloudera Director AMI (ID&amp;nbsp;&lt;/SPAN&gt;ami-2957655e, created&amp;nbsp;on October 16).&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I logged into its Web panel, added an environment, and then attempted to add Cloudera Manager. I did not attempt to go as far as adding a cluster too, because I keep getting a&amp;nbsp;bootstrap_failed error. This has happened a couple of times already, with the same error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(OS:&amp;nbsp;the tmplate for Manager and cluster instances uses an Amazon provisioned AMI&amp;nbsp;running CentOS 6.5. The template uses t2.micro instances. Very small, I know, but this is excludsively&amp;nbsp;to learn the workflow and how to use the interface. Once I see everything running smoothly, I will&amp;nbsp;switch to larger sizes. What follows doesn't seem to be a memory issue anyway.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked the /var/log/cloudera-director-server/application.log and I can see that the Director can SSH into the other instance, but then it throws this exception, something to do with Google's Guava library:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[2015-10-24 00:17:19] ERROR [pipeline-thread-1] - c.c.l.p.DatabasePipelineRunner: Pipeline 1efc9b36-50f9-4eca-874d-6a736779de59 suspended due to failure
java.lang.IllegalStateException: Optional.get() cannot be called on an absent value
        at com.google.common.base.Absent.get(Absent.java:42) ~[guava-15.0.jar!/:na]
        at com.cloudera.launchpad.inspector.LogInstalledPackagesAndRepositories.run(LogInstalledPackagesAndRepositories.java:37) ~[launchpad-inspector-1.5.0.jar!/:1.5.0]
        at com.cloudera.launchpad.inspector.LogInstalledPackagesAndRepositories.run(LogInstalledPackagesAndRepositories.java:23) ~[launchpad-inspector-1.5.0.jar!/:1.5.0]
        at com.cloudera.launchpad.pipeline.job.Job2.runUnchecked(Job2.java:31) ~[launchpad-pipeline-1.5.0.jar!/:1.5.0]
        at com.cloudera.launchpad.pipeline.job.Job2$$FastClassBySpringCGLIB$$54178502.invoke(&amp;lt;generated&amp;gt;) ~[spring-core-4.1.5.RELEASE.jar!/:1.5.0]
        at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-4.1.5.RELEASE.jar!/:4.1.5.RELEASE]
        at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:717) ~[spring-aop-4.1.5.RELEASE.jar!/:4.1.5.RELEASE]
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) ~[spring-aop-4.1.5.RELEASE.jar!/:4.1.5.RELEASE]
        at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:97) ~[spring-aop-4.1.5.RELEASE.jar!/:4.1.5.RELEASE]
        at com.cloudera.launchpad.pipeline.PipelineJobProfiler$1.call(PipelineJobProfiler.java:55) ~[launchpad-pipeline-1.5.0.jar!/:1.5.0]
        at com.codahale.metrics.Timer.time(Timer.java:101) ~[metrics-core-3.1.0.jar!/:3.1.0]
        at com.cloudera.launchpad.pipeline.PipelineJobProfiler.profileJobRun(PipelineJobProfiler.java:51) ~[launchpad-pipeline-1.5.0.jar!/:1.5.0]
        at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source) ~[na:na]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_67]
        at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_67]
        at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) ~[spring-aop-4.1.5.RELEASE.jar!/:4.1.5.RELEASE]
        at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) ~[spring-aop-4.1.5.RELEASE.jar!/:4.1.5.RELEASE]
        at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68) ~[spring-aop-4.1.5.RELEASE.jar!/:4.1.5.RELEASE]
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.1.5.RELEASE.jar!/:4.1.5.RELEASE]
        at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) ~[spring-aop-4.1.5.RELEASE.jar!/:4.1.5.RELEASE]
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.1.5.RELEASE.jar!/:4.1.5.RELEASE]
        at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653) ~[spring-aop-4.1.5.RELEASE.jar!/:4.1.5.RELEASE]
        at com.cloudera.launchpad.inspector.LogInstalledPackagesAndRepositories$$EnhancerBySpringCGLIB$$5826f59a.runUnchecked(&amp;lt;generated&amp;gt;) ~[spring-core-4.1.5.RELEASE.jar!/:1.5.0]
        at com.cloudera.launchpad.pipeline.util.PipelineRunner$JobCallable.call(PipelineRunner.java:165) ~[launchpad-pipeline-1.5.0.jar!/:1.5.0]
        at com.cloudera.launchpad.pipeline.util.PipelineRunner$JobCallable.call(PipelineRunner.java:136) ~[launchpad-pipeline-1.5.0.jar!/:1.5.0]
        at com.github.rholder.retry.AttemptTimeLimiters$NoAttemptTimeLimit.call(AttemptTimeLimiters.java:78) ~[guava-retrying-1.0.6.jar!/:na]
        at com.github.rholder.retry.Retryer.call(Retryer.java:110) ~[guava-retrying-1.0.6.jar!/:na]
        at com.cloudera.launchpad.pipeline.util.PipelineRunner.attemptMultipleJobExecutionsWithRetries(PipelineRunner.java:98) ~[launchpad-pipeline-1.5.0.jar!/:1.5.0]
        at com.cloudera.launchpad.pipeline.DatabasePipelineRunner.run(DatabasePipelineRunner.java:120) ~[launchpad-pipeline-database-1.5.0.jar!/:1.5.0]
        at com.cloudera.launchpad.ExceptionHandlingRunnable.run(ExceptionHandlingRunnable.java:57) [launchpad-common-1.5.0.jar!/:1.5.0]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [na:1.7.0_67]
        at java.util.concurrent.FutureTask.run(FutureTask.java:262) [na:1.7.0_67]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_67]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_67]
        at java.lang.Thread.run(Thread.java:745) [na:1.7.0_67]
[2015-10-24 00:17:19] INFO  [pipeline-thread-1] - c.c.l.p.s.PipelineRepositoryService: Pipeline '1efc9b36-50f9-4eca-874d-6a736779de59': RUNNING -&amp;gt; SUSPENDED
[2015-10-24 00:17:19] INFO  [pipeline-thread-1] - c.c.l.d.DeploymentRepositoryService: Deployment 'Geomesa shepherd': BOOTSTRAP_FAILED -&amp;gt; BOOTSTRAP_FAILED&lt;/PRE&gt;&lt;P&gt;Any help is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is difficult to gauge what the problem is, maybe someone can suggest a tried and tested AMI that I could use for the template.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:45:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33365#M9321</guid>
      <dc:creator>timita</dc:creator>
      <dc:date>2022-09-16T09:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33366#M9322</link>
      <description>&lt;P&gt;With &lt;STRONG&gt;t2.micro&lt;/STRONG&gt; the process of configuring Cloudera Manager will not be able to succeed. That instance type simply doesn't have enough memory for the main server process and all the management services. Our recommendation is to use &lt;STRONG&gt;m4.large&lt;/STRONG&gt; or &lt;STRONG&gt;m4.xlarge&lt;/STRONG&gt;. Also for Director itself you should use an instance like &lt;STRONG&gt;c3.large&lt;/STRONG&gt; for best performance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the operation system our recommendation is to use the official releases either as community AMIs or from the AWS Marketplace:&lt;/P&gt;&lt;P&gt;&lt;A href="https://aws.amazon.com/marketplace/seller-profile?id=16cb8b03-256e-4dde-8f34-1b0f377efe89" target="_blank"&gt;https://aws.amazon.com/marketplace/seller-profile?id=16cb8b03-256e-4dde-8f34-1b0f377efe89&lt;/A&gt; (for CentOS)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This documentation page contains some more instructions on how to find an AMI:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cloudera.com/content/www/en-us/documentation/director/latest/topics/director_deployment_ami.html" target="_blank"&gt;http://www.cloudera.com/content/www/en-us/documentation/director/latest/topics/director_deployment_ami.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also see Requirements and Supported Versions for additional information:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cloudera.com/content/www/en-us/documentation/director/latest/topics/director_deployment_requirements.html" target="_blank"&gt;http://www.cloudera.com/content/www/en-us/documentation/director/latest/topics/director_deployment_requirements.html&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 01:17:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33366#M9322</guid>
      <dc:creator>Andrei Savu</dc:creator>
      <dc:date>2015-10-24T01:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33367#M9323</link>
      <description>&lt;P&gt;I thought that it might be useful to also see some of the output before the exception:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[2015-10-24 00:17:16] INFO  [pipeline-thread-1] - c.cloudera.launchpad.sshj.SshJClient: Attempting SSH connection.
[2015-10-24 00:17:16] WARN  [reader] - c.c.l.sshj.TrustAnyHostKeyVerifier: Host key for 10.0.0.69 was automatically accepted
[2015-10-24 00:17:16] INFO  [io-thread-1] - ssh:10.0.0.69: CentOS release 6.5 (Final)
[2015-10-24 00:17:16] INFO  [io-thread-1] - ssh:10.0.0.69: Kernel \r on an \m
[2015-10-24 00:17:16] INFO  [io-thread-2] - ssh:10.0.0.69: bash: sudo: command not found
[2015-10-24 00:17:16] INFO  [io-thread-1] - ssh:10.0.0.69: bash: apt-get: command not found
[2015-10-24 00:17:16] INFO  [io-thread-1] - ssh:10.0.0.69: bash: zypper: command not found
[2015-10-24 00:17:17] INFO  [io-thread-1] - ssh:10.0.0.69: bash: java: command not found
[2015-10-24 00:17:17] INFO  [io-thread-1] - ssh:10.0.0.69: Python 2.6.6
[2015-10-24 00:17:17] INFO  [io-thread-2] - ssh:10.0.0.69: bash: sudo: command not found
[2015-10-24 00:17:17] WARN  [pipeline-thread-1] - c.c.l.i.OperatingSystemCapabilitiesInspector: 'sudo' command not found
[2015-10-24 00:17:17] INFO  [io-thread-2] - ssh:10.0.0.69: SELinux status:                 disabled
[2015-10-24 00:17:17] INFO  [io-thread-2] - ssh:10.0.0.69: bash: sudo: command not found
[2015-10-24 00:17:17] WARN  [pipeline-thread-1] - c.c.l.i.OperatingSystemCapabilitiesInspector: 'iptables-save' command not found
[2015-10-24 00:17:17] INFO  [io-thread-2] - ssh:10.0.0.69: ip-10-0-0-69.eu-west-1.compute.internal
[2015-10-24 00:17:17] INFO  [io-thread-2] - ssh:10.0.0.69: bash: nslookup: command not found
[2015-10-24 00:17:17] WARN  [pipeline-thread-1] - c.c.l.i.OperatingSystemCapabilitiesInspector: 'nslookup' command not found
[2015-10-24 00:17:19] INFO  [io-thread-2] - ssh:10.0.0.69: ip-10-0-0-69.eu-west-1.compute.internal
[2015-10-24 00:17:19] INFO  [io-thread-2] - ssh:10.0.0.69: 10.0.0.69
[2015-10-24 00:17:19] DEBUG [pipeline-thread-1] - c.c.l.i.OperatingSystemCapabilitiesInspector: FQDN reported is ip-10-0-0-69.eu-west-1.compute.internal
[2015-10-24 00:17:19] INFO  [pipeline-thread-1] - c.c.l.pipeline.util.PipelineRunner: &amp;lt;&amp;lt; DatabaseValue{delegate=PersistentValueEntity{id=103, pipeline=1efc9b36-50f9-4eca-874d-6a736779de59,  ...
[2015-10-24 00:17:19] INFO  [pipeline-thread-1] - c.c.l.pipeline.util.PipelineRunner: &amp;gt;&amp;gt; LogInstalledPackagesAndRepositories/2 [PluggableComputeInstance{ipAddress=Optional.of(10.0.0.69), delegate=null} Instance{virtualInstance= ...
[2015-10-24 00:17:19] ERROR [pipeline-thread-1] - c.c.l.pipeline.util.PipelineRunner: Attempt to execute job failed
java.lang.IllegalStateException: Optional.get() cannot be called on an absent value&lt;/PRE&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 01:17:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33367#M9323</guid>
      <dc:creator>timita</dc:creator>
      <dc:date>2015-10-24T01:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33368#M9324</link>
      <description>&lt;P&gt;Thank you, Andrei. That was so fast!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will do as you suggest, and then come back to mark the answer as correct&amp;nbsp;if everything works.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 01:19:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33368#M9324</guid>
      <dc:creator>timita</dc:creator>
      <dc:date>2015-10-24T01:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33369#M9325</link>
      <description>&lt;P&gt;That failing DNS could indicate either a problem with&amp;nbsp;&lt;SPAN&gt;CentOS 6.5 AMI you are using or with the VPC DNS &amp;nbsp;settings.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you share the CentOS AMI ID? For VPC are you using AmazonProvidedDNS or a custom server?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 01:19:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33369#M9325</guid>
      <dc:creator>Andrei Savu</dc:creator>
      <dc:date>2015-10-24T01:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33370#M9326</link>
      <description>&lt;P&gt;Here it is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID:&amp;nbsp;&lt;SPAN&gt;ami-944a0be3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="AL"&gt;&lt;SPAN class="PK CL"&gt;AMI Name:&amp;nbsp;&lt;/SPAN&gt;Amazon_CentOS_6-5-x86-64_1.0rev15_2015-Jun-29_12.39.00&lt;/DIV&gt;&lt;DIV class="AL"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="AL"&gt;I'm using&amp;nbsp;&lt;SPAN&gt;AmazonProvidedDNS for VPC.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 24 Oct 2015 01:22:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33370#M9326</guid>
      <dc:creator>timita</dc:creator>
      <dc:date>2015-10-24T01:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33371#M9327</link>
      <description>&lt;P&gt;On eu-west-1 (Ireland) you could try the official CentOS 6.5 marketplace AMI with ID:&amp;nbsp;&lt;SPAN&gt;ami-42718735&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://aws.amazon.com/marketplace/pp/B00IOYDTV6&amp;nbsp;(you" target="_blank"&gt;https://aws.amazon.com/marketplace/pp/B00IOYDTV6&amp;nbsp;(you&lt;/A&gt; can find it by clicking on Continue and on the&amp;nbsp;Manual Launch tab)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option is to use RHEL 6.6 HVM community AMI with ID:&amp;nbsp;ami-cf3b47b8&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found that by doing a search on the &lt;A href="https://eu-west-1.console.aws.amazon.com/ec2/v2/home?region=eu-west-1#LaunchInstanceWizard:" target="_self"&gt;Community AMIs&lt;/A&gt;&amp;nbsp;page for "rhel-6.6 hvm 2015".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's good that you are using AmazonProvidedDNS because that's&amp;nbsp;easiest option to start with.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 01:36:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33371#M9327</guid>
      <dc:creator>Andrei Savu</dc:creator>
      <dc:date>2015-10-24T01:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33372#M9328</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's what I just did. I'm waiting now for the bootstraping of the Manager, on exactly this AMI, in an t3.xlarge instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just as a side note. Earlier, before I started writing on this forum, I started a separate installation of Cloudera Manager, via CLI, using a micro instance and that Amazon version of CentOS - just like in the earlier setup. It has finished successfuly now; I only need to give it &amp;nbsp;the IPs of workers.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 01:41:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33372#M9328</guid>
      <dc:creator>timita</dc:creator>
      <dc:date>2015-10-24T01:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33373#M9329</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The official CentOS 6.5 marketplace AMI with ID:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ami-42718735, on&amp;nbsp;a larger instance, and the Cloudera Manager was added successfully.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your support!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 01:53:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33373#M9329</guid>
      <dc:creator>timita</dc:creator>
      <dc:date>2015-10-24T01:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33374#M9330</link>
      <description>&lt;P&gt;That's great! Can you share more about your use case? What services are you planning to run part of the cluster? Is this going to be a long running cluster?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 01:56:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33374#M9330</guid>
      <dc:creator>Andrei Savu</dc:creator>
      <dc:date>2015-10-24T01:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33375#M9331</link>
      <description>&lt;P&gt;The plan is to run Accumulo, and on top of it, a geospatial extension called Geomesa (&lt;A href="http://www.geomesa.org/)." target="_blank"&gt;http://www.geomesa.org/).&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am at the "highly experimental" phase. I see that Cloudera has documentation on how to install Accumulo via Cloudera Manager, but then I will have to see how I can add the Geomesa iterator to each worker - I guess I will have to come up with a bootstrap script or something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;Forgot to add. Not a long-running cluster now, but if the experiment succeeds, very likely in the future there will be a long running one.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 02:04:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33375#M9331</guid>
      <dc:creator>timita</dc:creator>
      <dc:date>2015-10-24T02:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33376#M9332</link>
      <description>&lt;P&gt;Exactly right. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Installing custom software can be automated via a&amp;nbsp;boostrap script but in this case for&amp;nbsp;&lt;SPAN&gt;Geomesa I think you will need some automation that runs after the cluster is configured via Director, that's true if Geomesa needs the Accumulo service up and running to start. The get Accumulo installed via Cloudera Director you will need to switch from using the UI to &amp;nbsp;using a client configuration file. That allows for more control over your choice of parcel repositories and service types.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find configuration files examples here: &lt;A href="https://github.com/cloudera/director-scripts/tree/master/configs" target="_blank"&gt;https://github.com/cloudera/director-scripts/tree/master/configs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 02:10:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33376#M9332</guid>
      <dc:creator>Andrei Savu</dc:creator>
      <dc:date>2015-10-24T02:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when adding Cloudera Manager via the Cloudera Director web UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33385#M9333</link>
      <description>&lt;P&gt;Thanks for the advice&amp;nbsp;and for the link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Geomesa needs Accumulo to be installed already (because it needs to put&amp;nbsp;some .jar files in its lib and lib/ext folders).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will very likely need to move to using config files.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 15:38:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Exception-when-adding-Cloudera-Manager-via-the-Cloudera/m-p/33385#M9333</guid>
      <dc:creator>timita</dc:creator>
      <dc:date>2015-10-24T15:38:47Z</dc:date>
    </item>
  </channel>
</rss>

