<?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: Creating a CSD / Parcel for Nifi - CDH 5.7.0 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41230#M28924</link>
    <description>&lt;P&gt;Sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# java -version
java version "1.7.0_95"
OpenJDK Runtime Environment (rhel-2.6.4.0.el6_7-x86_64 u95-b00)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)&lt;/PRE&gt;</description>
    <pubDate>Tue, 24 May 2016 13:00:51 GMT</pubDate>
    <dc:creator>webbd</dc:creator>
    <dc:date>2016-05-24T13:00:51Z</dc:date>
    <item>
      <title>Creating a CSD / Parcel for Nifi - CDH 5.7.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41068#M28920</link>
      <description>&lt;P&gt;I've installed apache nifi on one of my CDH 5.7 clusters (linux version CentOS 6.7), but I'd like to manage it from within Cloudera Manger.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did some research on parcels and on CSDs. &amp;nbsp;It looks like this is something I can do, and it doesn't look like it should be too difficult.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I came across the github page &lt;A href="https://github.com/prateek/nifi-parcel" target="_self"&gt;https://github.com/prateek/nifi-parcel&lt;/A&gt;, which gives step-by-step instructions for creating a nifi parcel for Cloudera. &amp;nbsp;Unfortunately, I'm running into errors. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The steps instruct me to execute the command to download cloudera/cm_ext and then build it.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="pl-c1"&gt;cd&lt;/SPAN&gt; /tmp
git clone https://github.com/cloudera/cm_ext
&lt;SPAN class="pl-c1"&gt;cd&lt;/SPAN&gt; cm_ext/validator
mvn install&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I execute maven to install the validator, I ran into a build failure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[WARNING] The POM for com.cloudera.cmf.schema:cloudera-manager-schema:jar:5.5.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assumed that maybe 5.5.0 stands for CDH 5.5.0, so I updated the pom.xml to 5.7.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Downloading: http://repo.maven.apache.org/maven2/com/cloudera/cmf/schema/cloudera-manager-schema/5.7.0/cloudera-manager-schema-5.7.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE&lt;BR /&gt;...&lt;BR /&gt;[ERROR] Failed to execute goal on project schema-validator: Could not resolve dependencies for project com.cloudera.enterprise:schema-validator:jar:5.7.0: Could not find artifact com.cloudera.cmf.schema:cloudera-manager-schema:jar:5.7.0 in cloudera-external (https://repository.cloudera.com/artifactory/ext-release-local/) -&amp;gt; [Help 1]&lt;/PRE&gt;&lt;P&gt;I searched&amp;nbsp;&lt;A href="https://repository.cloudera.com/artifactory/ext-release-local/" target="_self"&gt;https://repository.cloudera.com/artifactory/ext-release-local/&lt;/A&gt;&amp;nbsp;and found that there's nothing there under the ./com/cloudera directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a better way to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:20:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41068#M28920</guid>
      <dc:creator>webbd</dc:creator>
      <dc:date>2022-09-16T10:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a CSD / Parcel for Nifi - CDH 5.7.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41076#M28921</link>
      <description>&lt;P&gt;Does it also fail when you&amp;nbsp;&lt;FONT face="courier new,courier"&gt;mvn install &lt;/FONT&gt;from the root dir?, ie:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;cd /tmp
git clone -b cm5-5.5.0 https://github.com/cloudera/cm_ext
#not cd cm_ext/validator&lt;BR /&gt;cd cm_ext
mvn install&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let me know if this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1] the&amp;nbsp;cloudera-manager-schema is here &lt;A href="https://github.com/cloudera/cm_ext/blob/cm5-5.5.0/cm-schema/pom.xml#L5-L6" target="_blank"&gt;https://github.com/cloudera/cm_ext/blob/cm5-5.5.0/cm-schema/pom.xml#L5-L6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[2] see "Running the Validator"&amp;nbsp;&lt;A href="https://github.com/cloudera/cm_ext/tree/cm5-5.5.0" target="_blank"&gt;https://github.com/cloudera/cm_ext/tree/cm5-5.5.0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 21:48:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41076#M28921</guid>
      <dc:creator>michalis</dc:creator>
      <dc:date>2016-05-19T21:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a CSD / Parcel for Nifi - CDH 5.7.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41203#M28922</link>
      <description>&lt;P&gt;I'm new to maven, so when I ran mvn install from /root, I got an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.130s
[INFO] Finished at: Mon May 23 17:00:31 EDT 2016
[INFO] Final Memory: 7M/964M
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/root). Please verify you invoked Maven from the correct directory. -&amp;gt; [Help 1]&lt;/PRE&gt;&lt;P&gt;The POM file was in the /tmp/cm_ext/validator directory.&lt;/P&gt;&lt;PRE&gt;[root ~]# cd /tmp/cm_ext/validator
[root validator]# ll
total 5048
-rw-r--r--. 1 root root 5144659 Feb 19  2013 apache-maven-3.0.5-bin.tar.gz
-rw-r--r--. 1 root root    9409 May 23 16:58 pom.xml
-rw-r--r--. 1 root root     476 May 19 14:07 README.md
drwxr-xr-x. 5 root root    4096 May 19 14:07 src&lt;/PRE&gt;&lt;P&gt;I was able to biuld the cm-schema package as suggested. &amp;nbsp;Once I did, I got a new error when I tried to build validator:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /tmp/cm_ext/validator/src/main/java/com/cloudera/cli/validator/ApplicationConfiguration.java:[30,20] package java.nio.file does not exist
[ERROR] /tmp/cm_ext/validator/src/main/java/com/cloudera/cli/validator/ApplicationConfiguration.java:[31,20] package java.nio.file does not exist
[ERROR] /tmp/cm_ext/validator/src/main/java/com/cloudera/cli/validator/ApplicationConfiguration.java:[72,18] cannot find symbol
symbol  : variable Paths
location: class com.cloudera.cli.validator.ApplicationConfiguration
[ERROR] /tmp/cm_ext/validator/src/main/java/com/cloudera/cli/validator/ApplicationConfiguration.java:[71,14] cannot find symbol
symbol  : variable Files
location: class com.cloudera.cli.validator.ApplicationConfiguration
[INFO] 4 errors
[&lt;/PRE&gt;&lt;P&gt;I assume that I need to install java.nio.file or to make sure that it's in a path that can be accessed. &amp;nbsp;I'll look into this, but if anyone has any clues that I can follow, they will be greatly appreciated.&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;- DaveW&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 21:18:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41203#M28922</guid>
      <dc:creator>webbd</dc:creator>
      <dc:date>2016-05-23T21:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a CSD / Parcel for Nifi - CDH 5.7.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41204#M28923</link>
      <description>&lt;P&gt;Can you list the JDK or&amp;nbsp;&lt;FONT face="courier new,courier"&gt;javac -version&amp;nbsp;&lt;FONT face="helvetica"&gt;?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 22:22:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41204#M28923</guid>
      <dc:creator>michalis</dc:creator>
      <dc:date>2016-05-23T22:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a CSD / Parcel for Nifi - CDH 5.7.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41230#M28924</link>
      <description>&lt;P&gt;Sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# java -version
java version "1.7.0_95"
OpenJDK Runtime Environment (rhel-2.6.4.0.el6_7-x86_64 u95-b00)
OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 May 2016 13:00:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41230#M28924</guid>
      <dc:creator>webbd</dc:creator>
      <dc:date>2016-05-24T13:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a CSD / Parcel for Nifi - CDH 5.7.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41231#M28925</link>
      <description>&lt;P&gt;how about the compiler "java&lt;STRONG&gt;c&lt;/STRONG&gt; -version" ?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 13:24:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41231#M28925</guid>
      <dc:creator>michalis</dc:creator>
      <dc:date>2016-05-24T13:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a CSD / Parcel for Nifi - CDH 5.7.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41232#M28926</link>
      <description>&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# javac -version
javac 1.6.0_38&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 May 2016 13:26:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41232#M28926</guid>
      <dc:creator>webbd</dc:creator>
      <dc:date>2016-05-24T13:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a CSD / Parcel for Nifi - CDH 5.7.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41233#M28927</link>
      <description>&lt;P&gt;My initial suggestion is to update your javac to be the same&amp;nbsp;as your java version 1.7, as the "package java.nio.file" is part of the JDK&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 13:38:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41233#M28927</guid>
      <dc:creator>michalis</dc:creator>
      <dc:date>2016-05-24T13:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a CSD / Parcel for Nifi - CDH 5.7.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41235#M28928</link>
      <description>&lt;P&gt;That fixed it. &amp;nbsp;I used alternatives to install&amp;nbsp;a new alternative to javac, then used it again to configure javac to the new alternative. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;alternatives --install /usr/bin/javac javac /usr/java/jdk1.7.0_67-cloudera/bin/javac 1

# alternatives --config javac

There are 2 programs which provide 'javac'.

  Selection    Command
-----------------------------------------------
*  1           /usr/lib/jvm/java-1.6.0-openjdk.x86_64/bin/javac
 + 2           /usr/java/jdk1.7.0_67-cloudera/bin/javac

Enter to keep the current selection[+], or type selection number: 2&lt;/PRE&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DaveW&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 14:59:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/41235#M28928</guid>
      <dc:creator>webbd</dc:creator>
      <dc:date>2016-05-24T14:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a CSD / Parcel for Nifi - CDH 5.7.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/89952#M28929</link>
      <description>&lt;P&gt;Since the question was asked, the situation has changed. As soon as Hortonworks and Cloudera merged, NiFi became supported by Cloudera.&lt;BR /&gt;&lt;BR /&gt;Shortly after the integrations with CDH were also completed, so that NiFi is now a fully supported and integrated component.&lt;BR /&gt;&lt;BR /&gt;Please look into the documentation for the latest info at any time, but in general Cloudera Manager is now able to install NiFi.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 12:35:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Creating-a-CSD-Parcel-for-Nifi-CDH-5-7-0/m-p/89952#M28929</guid>
      <dc:creator>DennisJaheruddi</dc:creator>
      <dc:date>2019-05-06T12:35:06Z</dc:date>
    </item>
  </channel>
</rss>

