<?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>All Questions, Answers, and Comments in Cloudera Community</title>
    <link>http://community.cloudera.com/</link>
    <description>Cloudera Community</description>
    <pubDate>Tue, 26 Jun 2018 21:37:35 GMT</pubDate>
    <dc:creator>Community</dc:creator>
    <dc:date>2018-06-26T21:37:35Z</dc:date>
    <item>
      <title>Re: Failed to upload YARN MapReduce Framework JARs</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Re-Failed-to-upload-YARN-MapReduce-Framework-JARs/qaq-p/69330/comment-id/56#M56</link>
      <description>&lt;P&gt;Hi Kelonsen,&lt;/P&gt;&lt;P&gt;Were you adding a new Yarn service to existing cluster?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The YarnInstallMrFrameworkJars always creates the framework jar directory in hdfs before the upload.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you grab the earlier part of that screen, or find that command in the Previous Commands?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It would show whether the framework jar directory creation was attempted and whether is was successful.&lt;/P&gt;&lt;P&gt;Also, do you have oozie and hive services?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you add and start services one at a time?, do you know the order that services were added and started?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did&amp;nbsp;the step previous to the failing step have the title " Create YARN MapReduce Framework Dir" ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jun 2018 00:25:47 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Re-Failed-to-upload-YARN-MapReduce-Framework-JARs/qaq-p/69330/comment-id/56#M56</guid>
      <dc:creator>fpang</dc:creator>
      <dc:date>2018-06-23T00:25:47Z</dc:date>
    </item>
    <item>
      <title>which the exact impala version of cdh 6</title>
      <link>http://community.cloudera.com/t5/C6-Beta/which-the-exact-impala-version-of-cdh-6/qaq-p/69232</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;i see&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_cdh_60_packaging.html" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_cdh_60_packaging.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it said impala version&amp;nbsp;&lt;SPAN&gt;impala-3.9.0+cdh6.0.0-beta1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but in CDH 6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;impalad version 2.11.0-cdh6.0.0-beta1 RELEASE (build ded6764d7c4ac82cb9a0173e668b120d67fe2a6f)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it the same version of CDH 5.14?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 04:14:44 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/which-the-exact-impala-version-of-cdh-6/qaq-p/69232</guid>
      <dc:creator>teng</dc:creator>
      <dc:date>2018-06-20T04:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to upload YARN MapReduce Framework JARs</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Re-Failed-to-upload-YARN-MapReduce-Framework-JARs/qaq-p/69202/comment-id/54#M54</link>
      <description>&lt;P&gt;I have solved it,&amp;nbsp;because the user yarn have not permission to upload jar to hdfs. i should look the stderr log&amp;nbsp;carefully.&amp;nbsp;&amp;nbsp;thanks !&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;18/06/19 11:16:10 INFO uploader.FrameworkUploader: Target hdfs://hadoop10/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.0.0-mr-framework.tar.gz
18/06/19 11:16:11 INFO uploader.FrameworkUploader: Set replication to 3 for path: hdfs://hadoop10/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.0.0-mr-framework.tar.gz
18/06/19 11:16:11 INFO uploader.FrameworkUploader: Disabling Erasure Coding for path: hdfs://hadoop10/user/yarn/mapreduce/mr-framework/3.0.0-cdh6.0.0-mr-framework.tar.gz
18/06/19 11:16:11 ERROR uploader.FrameworkUploader: Error in execution Permission denied: user=yarn, access=EXECUTE, inode="/user":hdfs:supergroup:drwx------
	at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.check(FSPermissionChecker.java:400)
	at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.checkTraverse(FSPermissionChecker.java:316)
	at org.apache.hadoop.hdfs.server.namenode.FSPermissionChecker.checkPermission(FSPermissionChecker.java:243)&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jun 2018 05:35:47 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Re-Failed-to-upload-YARN-MapReduce-Framework-JARs/qaq-p/69202/comment-id/54#M54</guid>
      <dc:creator>kelonsen</dc:creator>
      <dc:date>2018-06-19T05:35:47Z</dc:date>
    </item>
    <item>
      <title>Failed to upload YARN MapReduce Framework JARs</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Failed-to-upload-YARN-MapReduce-Framework-JARs/qaq-p/69200</link>
      <description>&lt;P&gt;&lt;SPAN&gt;version: cloudera&amp;nbsp;manager 6.0-beta1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;problem:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Completed only 1/2 steps. First failure: Failed to execute command Install YARN MapReduce Framework JARs on service YARN (MR2 Included)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG src="http://files.wyq.cn/tmp/11111.png" border="0" alt="" width="810" height="357" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 05:12:24 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Failed-to-upload-YARN-MapReduce-Framework-JARs/qaq-p/69200</guid>
      <dc:creator>kelonsen</dc:creator>
      <dc:date>2018-06-19T05:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question on "[ANNOUNCE] Cloudera Enterprise 6 Beta Re...</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Re-Question-on-quot-ANNOUNCE-Cloudera-Enterprise-6-Beta-Re/qaq-p/69152/comment-id/52#M52</link>
      <description>&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the question. We have customers in different versions of RHEL and they need to know what is the minimum OS version supported so they can upgrade their current version of CDH to CDH 6.0. Knowing what are the minimal versions provides clarity in that respect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 20:41:06 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Re-Question-on-quot-ANNOUNCE-Cloudera-Enterprise-6-Beta-Re/qaq-p/69152/comment-id/52#M52</guid>
      <dc:creator>Icarus</dc:creator>
      <dc:date>2018-06-15T20:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: CM/CDH 6 fails to activate csd spark2.3.0</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Re-CM-CDH-6-fails-to-activate-csd-spark2-3-0/qaq-p/69149/comment-id/51#M51</link>
      <description>&lt;P&gt;Spark 2.x is now part of CDH 6. You don't need a separate parcel.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 19:55:15 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Re-CM-CDH-6-fails-to-activate-csd-spark2-3-0/qaq-p/69149/comment-id/51#M51</guid>
      <dc:creator>Ana</dc:creator>
      <dc:date>2018-06-15T19:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Installation fails ,Could not initialize database ser...</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Re-Installation-fails-Could-not-initialize-database-ser/qaq-p/69148/comment-id/50#M50</link>
      <description>Can you try the manual installation procedure to debug the installer?</description>
      <pubDate>Fri, 15 Jun 2018 19:45:56 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Re-Installation-fails-Could-not-initialize-database-ser/qaq-p/69148/comment-id/50#M50</guid>
      <dc:creator>Ana</dc:creator>
      <dc:date>2018-06-15T19:45:56Z</dc:date>
    </item>
    <item>
      <title>Question on "[ANNOUNCE] Cloudera Enterprise 6 Beta Released"</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Question-on-quot-ANNOUNCE-Cloudera-Enterprise-6-Beta/qaq-p/69129</link>
      <description>&lt;P&gt;In the below announcement for c6 beta, Is there any specific reason for specifying&amp;nbsp;OS for RHEL as follows?&amp;nbsp;I mean why don't you simply mention only the first line. Pls help me to understand&amp;nbsp;-or- it is just a typo?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating Systems&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;RHEL 6.8 and above&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;RHEL 7.2 and above&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Community-News-Release/ANNOUNCE-Cloudera-Enterprise-6-Beta-Released/m-p/67312#M226" target="_blank"&gt;https://community.cloudera.com/t5/Community-News-Release/ANNOUNCE-Cloudera-Enterprise-6-Beta-Released/m-p/67312#M226&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 09:04:45 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Question-on-quot-ANNOUNCE-Cloudera-Enterprise-6-Beta/qaq-p/69129</guid>
      <dc:creator>saranvisa</dc:creator>
      <dc:date>2018-06-15T09:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: CM/CDH 6 fails to activate csd spark2.3.0</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Re-CM-CDH-6-fails-to-activate-csd-spark2-3-0/qaq-p/69120/comment-id/48#M48</link>
      <description>Ah yes, that make sense!</description>
      <pubDate>Thu, 14 Jun 2018 18:41:02 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Re-CM-CDH-6-fails-to-activate-csd-spark2-3-0/qaq-p/69120/comment-id/48#M48</guid>
      <dc:creator>Michalis</dc:creator>
      <dc:date>2018-06-14T18:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: CM/CDH 6 fails to activate csd spark2.3.0</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Re-CM-CDH-6-fails-to-activate-csd-spark2-3-0/qaq-p/69111/comment-id/47#M47</link>
      <description>Thanks for your inputs. Spark2 is available as an add on service, I got confused with the name as it is 'SPARK' instead of 'SPARK2'</description>
      <pubDate>Thu, 14 Jun 2018 17:15:53 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Re-CM-CDH-6-fails-to-activate-csd-spark2-3-0/qaq-p/69111/comment-id/47#M47</guid>
      <dc:creator>MMR</dc:creator>
      <dc:date>2018-06-14T17:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: CM/CDH 6 fails to activate csd spark2.3.0</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Re-CM-CDH-6-fails-to-activate-csd-spark2-3-0/qaq-p/69094/comment-id/46#M46</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;com.cloudera.parcel.ParcelRelationsException: CDH 6.0.0-1.cdh6.0.0.p0.339140 replaces SPARK2 2.3.0.cloudera2-1.cdh5.13.3.p0.316101.&lt;/PRE&gt;&lt;P&gt;That seems to suggest that CDH6 replaces SPARK2 2.3.0.cloudera2-1.&lt;STRONG&gt;cdh5.13.3&lt;/STRONG&gt;.p0.316101 (see [0])&lt;/P&gt;&lt;P&gt;SPARK2 is already present [1] in the CDH6 parcel&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[0]&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;...&lt;BR /&gt;{
"name": "spark",
"pkg_release": "beta1.339140",
"pkg_version": "2.2.0+cdh6.0.0",
"version": "2.2.0-cdh6.0.0-beta1"
},&lt;BR /&gt;...&lt;BR /&gt;https://archive.cloudera.com/cdh6/6.0.0-beta1/parcels/manifest.json&lt;/PRE&gt;&lt;P&gt;[1]&amp;nbsp;notice &lt;STRONG&gt;cdh5.13.3&lt;/STRONG&gt;&amp;nbsp;use the link below for brief explanation of what the version denotes.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh_package_tarball.html" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh_package_tarball.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 12:19:18 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Re-CM-CDH-6-fails-to-activate-csd-spark2-3-0/qaq-p/69094/comment-id/46#M46</guid>
      <dc:creator>Michalis</dc:creator>
      <dc:date>2018-06-14T12:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: CM/CDH 6 fails to activate csd spark2.3.0</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Re-CM-CDH-6-fails-to-activate-csd-spark2-3-0/qaq-p/69092/comment-id/45#M45</link>
      <description>&lt;P&gt;&lt;LI-USER uid="27583"&gt;&lt;/LI-USER&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the&amp;nbsp;below link, Cloudera&amp;nbsp;Enterprise 6 beta supports Spark 2.2. May be you can try Spark 2.2 instead of 2.3, it may help you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Community-News-Release/ANNOUNCE-Cloudera-Enterprise-6-Beta-Released/m-p/67312#M226" target="_blank"&gt;https://community.cloudera.com/t5/Community-News-Release/ANNOUNCE-Cloudera-Enterprise-6-Beta-Released/m-p/67312#M226&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 12:26:22 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Re-CM-CDH-6-fails-to-activate-csd-spark2-3-0/qaq-p/69092/comment-id/45#M45</guid>
      <dc:creator>saranvisa</dc:creator>
      <dc:date>2018-06-14T12:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Getting An internal error while Linking Altus to our...</title>
      <link>http://community.cloudera.com/t5/Altus-Q-A/Re-Getting-An-internal-error-while-Linking-Altus-to-our/qaq-p/69076/comment-id/46#M46</link>
      <description>So if you go to your subscription and then look at access control IAM. You&lt;BR /&gt;should see a Cloudera altus application. Also, if your environment is&lt;BR /&gt;created, you can go ahead and create the cluster and see if that succeeds.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jun 2018 02:12:52 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/Altus-Q-A/Re-Getting-An-internal-error-while-Linking-Altus-to-our/qaq-p/69076/comment-id/46#M46</guid>
      <dc:creator>surajacharya</dc:creator>
      <dc:date>2018-06-14T02:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting An internal error while Linking Altus to our...</title>
      <link>http://community.cloudera.com/t5/Altus-Q-A/Re-Getting-An-internal-error-while-Linking-Altus-to-our/qaq-p/69075/comment-id/45#M45</link>
      <description>Hi Suraj, the roles are all set. All required network setup on azure is done with the base template . Is there any other way to figure out the exact problem?</description>
      <pubDate>Thu, 14 Jun 2018 02:08:28 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/Altus-Q-A/Re-Getting-An-internal-error-while-Linking-Altus-to-our/qaq-p/69075/comment-id/45#M45</guid>
      <dc:creator>VamsiMN</dc:creator>
      <dc:date>2018-06-14T02:08:28Z</dc:date>
    </item>
    <item>
      <title>CM/CDH 6 fails to activate csd spark2.3.0</title>
      <link>http://community.cloudera.com/t5/C6-Beta/CM-CDH-6-fails-to-activate-csd-spark2-3-0/qaq-p/69073</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to install spark 2.3.0 on CM/CDH 6 beta, after&amp;nbsp;&lt;SPAN&gt;downloading the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;CDS Powered By Apache Spark&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;CSD file to /opt/cloudera/parcels/&amp;nbsp; and&amp;nbsp;&lt;/SPAN&gt;adding the&amp;nbsp;&lt;SPAN&gt;Remote Parcel Repository URLs in Parcel Settings '&lt;A href="http://archive.cloudera.com/spark2/parcels/2.3.0.cloudera2/" target="_blank"&gt;http://archive.cloudera.com/spark2/parcels/2.3.0.cloudera2/&lt;/A&gt;'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting the following error while activating the parcel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 600px;"&gt;&lt;img src="http://xgkfq28377.i.lithium.com/t5/image/serverpage/image-id/4239iAC566892C0901133/image-size/large?v=1.0&amp;amp;px=600" alt="Screen Shot 2018-06-13 at 6.30.11 PM.png" title="Screen Shot 2018-06-13 at 6.30.11 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;spark jar file on my cloudera server&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ll /opt/cloudera/csd/&lt;BR /&gt;total 20&lt;BR /&gt;-rw-r--r-- 1 cloudera-scm cloudera-scm 19010 Jun 13 17:08 SPARK2_ON_YARN-2.3.0.cloudera2.jar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;logs from cloudera server&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco" size="2"&gt;&lt;SPAN&gt;2018-06-13 18:20:00,970 WARN scm-web-225:com.cloudera.server.web.cmf.WebController: Failed to activate parcel SPARK2:2.3.0.cloudera2-1.cdh5.13.3.p0.316101 for cluster DbCluster{id=1, name=cluster}&lt;BR /&gt;2018-06-13 18:20:00,972 ERROR scm-web-225:com.cloudera.server.web.common.JsonResponse: JsonResponse created with throwable:&lt;BR /&gt;com.cloudera.parcel.ParcelRelationsException: CDH 6.0.0-1.cdh6.0.0.p0.339140 replaces SPARK2 2.3.0.cloudera2-1.cdh5.13.3.p0.316101.&lt;BR /&gt;at com.cloudera.parcel.components.ParcelDependencyManagerImpl.validateDependencies(ParcelDependencyManagerImpl.java:418)&lt;BR /&gt;at com.cloudera.parcel.components.ParcelDependencyManagerImpl.validateDependenciesForActivation(ParcelDependencyManagerImpl.java:375)&lt;BR /&gt;at com.cloudera.parcel.components.ParcelManagerImpl.activateParcel(ParcelManagerImpl.java:295)&lt;BR /&gt;at com.cloudera.parcel.components.ParcelManagerImpl.activateParcel(ParcelManagerImpl.java:246)&lt;BR /&gt;at com.cloudera.server.web.cmf.parcel.ParcelActivationController.activateParcel(ParcelActivationController.java:61)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)&lt;BR /&gt;at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)&lt;BR /&gt;at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)&lt;BR /&gt;at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827)&lt;BR /&gt;at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738)&lt;BR /&gt;at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)&lt;BR /&gt;at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)&lt;BR /&gt;at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)&lt;BR /&gt;at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)&lt;BR /&gt;at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872)&lt;BR /&gt;at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)&lt;BR /&gt;at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)&lt;BR /&gt;at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)&lt;BR /&gt;at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)&lt;BR /&gt;at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)&lt;BR /&gt;at com.jamonapi.http.JAMonServletFilter.doFilter(JAMonServletFilter.java:48)&lt;BR /&gt;at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)&lt;BR /&gt;at com.cloudera.enterprise.JavaMelodyFacade$MonitoringFilter.doFilter(JavaMelodyFacade.java:109)&lt;BR /&gt;at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)&lt;BR /&gt;at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)&lt;BR /&gt;at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:169)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:121)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66)&lt;BR /&gt;at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)&lt;BR /&gt;at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66)&lt;BR /&gt;at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)&lt;BR /&gt;at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:134)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)&lt;BR /&gt;at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)&lt;BR /&gt;at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)&lt;BR /&gt;at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)&lt;BR /&gt;at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)&lt;BR /&gt;at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)&lt;BR /&gt;at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)&lt;BR /&gt;at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1629)&lt;BR /&gt;at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)&lt;BR /&gt;at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)&lt;BR /&gt;at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:190)&lt;BR /&gt;at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)&lt;BR /&gt;at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)&lt;BR /&gt;at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)&lt;BR /&gt;at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)&lt;BR /&gt;at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:169)&lt;BR /&gt;at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)&lt;BR /&gt;at org.eclipse.jetty.server.Server.handle(Server.java:564)&lt;BR /&gt;at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:317)&lt;BR /&gt;at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)&lt;BR /&gt;at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)&lt;BR /&gt;at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:110)&lt;BR /&gt;at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)&lt;BR /&gt;at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:128)&lt;BR /&gt;at org.eclipse.jetty.util.thread.Invocable$InvocableExecutor.invoke(Invocable.java:222)&lt;BR /&gt;at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:294)&lt;BR /&gt;at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:199)&lt;BR /&gt;at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:673)&lt;BR /&gt;at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:591)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 01:41:16 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/CM-CDH-6-fails-to-activate-csd-spark2-3-0/qaq-p/69073</guid>
      <dc:creator>MMR</dc:creator>
      <dc:date>2018-06-14T01:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Installation fails ,Could not initialize database ser...</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Re-Installation-fails-Could-not-initialize-database-ser/qaq-p/69062/comment-id/43#M43</link>
      <description>I am getting a simiilar problem on CentOS 7.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;From the Cloudera 6 bin installer:&lt;BR /&gt;Failed to start Embedded Service and Configuration Database, See /var/log/cloudera-manager-installer/7.start-cloudera-scm-server-db.log for details.&amp;nbsp; Click OK to to revert this installation.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;When checking that log file we find:&lt;BR /&gt;Job for cloudera-scm-server-db.service failed because the control process exited with error code. See "systemctl status cloudera-scm-server-db.service" and "journalctl -xe" for details.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;when running systemctl status cloudera-scm-server-db.service&lt;BR /&gt;Failed to get properties: Access denied&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;when checking journalctl -xe&amp;nbsp; [server info removed]&lt;BR /&gt;...&lt;BR /&gt;-- Support: &lt;A href="http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- --" target="_blank"&gt;http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- --&lt;/A&gt; Unit cloudera-scm-server-db.service has begun starting up. The files belonging to this database system will be owned by user "cloudera-scm". &amp;nbsp;This user must also own the server process. The database cluster will be initialized with locale "en_US.UTF8". The default text search configuration will be set to "english". fixing permissions on existing directory /var/lib/cloudera-scm-server-db/data ... initdb: could not change permissions Could not initialize database server. This usually means that your PostgreSQL installation failed or isn't working properly. Please ensure that PostgreSQL can be installed. Please also uninstall any other instances of ... &lt;BR /&gt;I confirmed that postgresql is installed:&lt;BR /&gt;# rpm -qa | grep postgresql postgresql-9.2.23-3.el7_4.x86_64 postgresql-libs-9.2.23-3.el7_4.x86_64 postgresql-server-9.2.23-3.el7_4.x86_64&amp;nbsp;&lt;BR /&gt;...&lt;BR /&gt;The /var/lib/cloudera-scm-server-db/data directory (and parent) are not present on the system.&amp;nbsp; Even if you create them yourself which ownership to cloudera-scm:cloudera-scm, it disappears during installation and you get the same error.</description>
      <pubDate>Wed, 13 Jun 2018 18:17:43 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Re-Installation-fails-Could-not-initialize-database-ser/qaq-p/69062/comment-id/43#M43</guid>
      <dc:creator>stanton009</dc:creator>
      <dc:date>2018-06-13T18:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting An internal error while Linking Altus to our...</title>
      <link>http://community.cloudera.com/t5/Altus-Q-A/Re-Getting-An-internal-error-while-Linking-Altus-to-our/qaq-p/69056/comment-id/44#M44</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="27565"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you do the role assignment of Cloudera Service principle to your subscription?&lt;/P&gt;&lt;P&gt;Here are the document on how to do it : &lt;A href="https://www.cloudera.com/documentation/altus/topics/alt_env_setup_azure.html#role_based_access" target="_blank"&gt;https://www.cloudera.com/documentation/altus/topics/alt_env_setup_azure.html#role_based_access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the error you see, I am sorry that we dont show a much more explicit error message. We will work on improving the error message so others dont run into the same issue again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you have any more questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 15:33:28 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/Altus-Q-A/Re-Getting-An-internal-error-while-Linking-Altus-to-our/qaq-p/69056/comment-id/44#M44</guid>
      <dc:creator>surajacharya</dc:creator>
      <dc:date>2018-06-13T15:33:28Z</dc:date>
    </item>
    <item>
      <title>Getting An internal error while Linking Altus to our Azure Account.</title>
      <link>http://community.cloudera.com/t5/Altus-Q-A/Getting-An-internal-error-while-Linking-Altus-to-our-Azure/qaq-p/69045</link>
      <description>&lt;P&gt;We started the process to setup Azure Environment in Altus.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a part of it, I&amp;nbsp;launched quick start template menioned in the page to get required network resources. Following are the created resources.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;a Resource Group&lt;/LI&gt;
&lt;LI&gt;a Virtual Network&lt;/LI&gt;
&lt;LI&gt;a Network Security Group&lt;/LI&gt;
&lt;LI&gt;a VM running bind DNS server&lt;/LI&gt;
&lt;LI&gt;a User Assigned Managed Service Identity (MSI)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I entered all required details in evironment setup wizard and&amp;nbsp;clicked on create. I see the following error. I got this error multiple times, not sure what's the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An internal error has occurred. Retry your request, but if the problem persists, contact us with details by posting a message on the Cloudera Community forums.&lt;/P&gt;
&lt;P&gt;Request ID: cdf78a0a-58e6-4879-b11d-a7f8a62f1e41&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me understand what went wrong.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 14:46:58 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/Altus-Q-A/Getting-An-internal-error-while-Linking-Altus-to-our-Azure/qaq-p/69045</guid>
      <dc:creator>VamsiMN</dc:creator>
      <dc:date>2018-06-13T14:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Installation fails ,Could not initialize database ser...</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Re-Installation-fails-Could-not-initialize-database-ser/qaq-p/68068/comment-id/40#M40</link>
      <description>&lt;P&gt;Please identify the OS being used.&lt;/P&gt;&lt;P&gt;Was postgres correctly installed?&lt;/P&gt;&lt;P&gt;Is postgres running?&lt;/P&gt;&lt;P&gt;Please post all of the log files from the installer directory.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 16:43:08 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Re-Installation-fails-Could-not-initialize-database-ser/qaq-p/68068/comment-id/40#M40</guid>
      <dc:creator>mostrows</dc:creator>
      <dc:date>2018-06-11T16:43:08Z</dc:date>
    </item>
    <item>
      <title>Installation fails ,Could not initialize database server.</title>
      <link>http://community.cloudera.com/t5/C6-Beta/Installation-fails-Could-not-initialize-database-server/qaq-p/68034</link>
      <description>&lt;P&gt;&amp;nbsp;vi 6.start-cloudera-scm-server-db.log&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Could not initialize database server.&lt;BR /&gt;&amp;nbsp; This usually means that your PostgreSQL installation failed or isn't working properly.&lt;BR /&gt;&amp;nbsp; PostgreSQL is installed using the set of repositories found on this machine. Please&lt;BR /&gt;&amp;nbsp; ensure that PostgreSQL can be installed. Please also uninstall any other instances of&lt;BR /&gt;&amp;nbsp; PostgreSQL and then try again., giving up&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 03:38:11 GMT</pubDate>
      <guid>http://community.cloudera.com/t5/C6-Beta/Installation-fails-Could-not-initialize-database-server/qaq-p/68034</guid>
      <dc:creator>datasir</dc:creator>
      <dc:date>2018-06-11T03:38:11Z</dc:date>
    </item>
  </channel>
</rss>

