Member since
01-16-2018
2
Posts
0
Kudos Received
0
Solutions
01-16-2018
09:24 AM
I did not include the "--purge" option when I first installed the HDF. # ambari-server install-mpack --mpack=/tmp/hdf-ambari-mpack-3.0.2.0-76.tar.gz --verbose You have only deleted the Registry service as you have noticed. And, I have an error installing it, including the "--purge" option. # ambari-server install-mpack --mpack=/tmp/hdf-ambari-mpack-3.0.2.0-76.tar.gz --verbose --purge ======= Error Message =========== ERROR: This Ambari instance is already managing the cluster HDP that has the HDP-2.6 stack installed on it. The management pack you are attempting to install only contains stack definitions for [HDF]. Since this management pack does not contain a stack that has already being deployed by Ambari, the --purge option would cause your existing Ambari installation to be unusable. Due to that we cannot install this management pack.
Mpack installation checker failed! ERROR: Exiting with exit code 1.
REASON: This Ambari instance is already managing the cluster HDP that has the HDP-2.6 stack installed on it. The management pack you are attempting to install only contains stack definitions for [HDF]. Since this management pack does not contain a stack that has already being deployed by Ambari, the --purge option would cause your existing Ambari installation to be unusable. Due to that we cannot install this management pack.
Mpack installation checker failed!
... View more
01-16-2018
03:36 AM
Exception in thread "main" java.lang.RuntimeException: java.lang.ClassNotFoundException: com.hortonworks.registries.schemaregistry.webservice.RewriteUriFilter
at com.hortonworks.registries.webservice.RegistryApplication.addServletFilters(RegistryApplication.java:218)
at com.hortonworks.registries.webservice.RegistryApplication.run(RegistryApplication.java:75)
at com.hortonworks.registries.webservice.RegistryApplication.run(RegistryApplication.java:58)
at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:43)
at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:85)
at io.dropwizard.cli.Cli.run(Cli.java:75)
at io.dropwizard.Application.run(Application.java:79)
at com.hortonworks.registries.webservice.RegistryApplication.main(RegistryApplication.java:226)
Caused by: java.lang.ClassNotFoundException: com.hortonworks.registries.schemaregistry.webservice.RewriteUriFilter
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at com.hortonworks.registries.webservice.RegistryApplication.addServletFilters(RegistryApplication.java:213)
... View more
Labels:
- Labels:
-
Cloudera DataFlow (CDF)