<?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: Apache Knox in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285427#M211822</link>
    <description>&lt;P&gt;Could you please give me the path where i can clone the 1.4.0 version since in the below path i cannot find it&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://apache.claz.org/knox/" target="_blank"&gt;http://apache.claz.org/knox/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2019 05:34:34 GMT</pubDate>
    <dc:creator>Amrutha</dc:creator>
    <dc:date>2019-12-12T05:34:34Z</dc:date>
    <item>
      <title>Apache Knox</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285420#M211816</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to run&amp;nbsp;nexgtech/knox as a container in a pod in a kubernetes cluster and i am getting the below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exception in thread "main" java.lang.reflect.InvocationTargetException&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.apache.knox.gateway.launcher.Invoker.invokeMainMethod(Invoker.java:68)&lt;BR /&gt;at org.apache.knox.gateway.launcher.Invoker.invoke(Invoker.java:39)&lt;BR /&gt;at org.apache.knox.gateway.launcher.Command.run(Command.java:99)&lt;BR /&gt;at org.apache.knox.gateway.launcher.Launcher.run(Launcher.java:75)&lt;BR /&gt;at org.apache.knox.gateway.launcher.Launcher.main(Launcher.java:52)&lt;BR /&gt;Caused by: java.lang.NoSuchFieldError: DEFAULT_XML_TYPE_ATTRIBUTE&lt;BR /&gt;at org.eclipse.persistence.jaxb.compiler.MappingsGenerator.setupInheritance(MappingsGenerator.java:2431)&lt;BR /&gt;at org.eclipse.persistence.jaxb.compiler.MappingsGenerator.generateProject(MappingsGenerator.java:246)&lt;BR /&gt;at org.eclipse.persistence.jaxb.compiler.Generator.generateProject(Generator.java:191)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContext$ContextPathInput.createContextState(JAXBContext.java:985)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContext$ContextPathInput.createContextState(JAXBContext.java:978)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContext$ContextPathInput.createContextState(JAXBContext.java:905)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContext.&amp;lt;init&amp;gt;(JAXBContext.java:198)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContextFactory.createContext(JAXBContextFactory.java:131)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContextFactory.createContext(JAXBContextFactory.java:122)&lt;BR /&gt;at org.eclipse.persistence.jaxb.compiler.CompilerHelper.getXmlBindingsModelContext(CompilerHelper.java:491)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContextFactory.getXmlBindings(JAXBContextFactory.java:310)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContextFactory.processBindingFile(JAXBContextFactory.java:284)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContextFactory.getXmlBindingsFromProperties(JAXBContextFactory.java:264)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContext$ContextPathInput.createContextState(JAXBContext.java:853)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContext.&amp;lt;init&amp;gt;(JAXBContext.java:198)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContextFactory.createContext(JAXBContextFactory.java:131)&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 javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:171)&lt;BR /&gt;at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:131)&lt;BR /&gt;at javax.xml.bind.ContextFinder.find(ContextFinder.java:293)&lt;BR /&gt;at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:431)&lt;BR /&gt;at org.apache.knox.gateway.services.topology.impl.DefaultTopologyService.getJAXBContext(DefaultTopologyService.java:127)&lt;BR /&gt;at org.apache.knox.gateway.services.topology.impl.DefaultTopologyService.&amp;lt;clinit&amp;gt;(DefaultTopologyService.java:91)&lt;BR /&gt;at org.apache.knox.gateway.services.CLIGatewayServices.init(CLIGatewayServices.java:88)&lt;BR /&gt;at org.apache.knox.gateway.util.KnoxCLI.initializeServices(KnoxCLI.java:185)&lt;BR /&gt;at org.apache.knox.gateway.util.KnoxCLI.run(KnoxCLI.java:155)&lt;BR /&gt;at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)&lt;BR /&gt;at org.apache.knox.gateway.util.KnoxCLI.main(KnoxCLI.java:2122)&lt;BR /&gt;... 9 more&lt;BR /&gt;Starting LDAP succeeded with PID 89.&lt;BR /&gt;Starting Gateway succeeded with PID 183.&lt;BR /&gt;Exception in thread "main" java.lang.reflect.InvocationTargetException&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.apache.knox.gateway.launcher.Invoker.invokeMainMethod(Invoker.java:68)&lt;BR /&gt;at org.apache.knox.gateway.launcher.Invoker.invoke(Invoker.java:39)&lt;BR /&gt;at org.apache.knox.gateway.launcher.Command.run(Command.java:99)&lt;BR /&gt;at org.apache.knox.gateway.launcher.Launcher.run(Launcher.java:75)&lt;BR /&gt;at org.apache.knox.gateway.launcher.Launcher.main(Launcher.java:52)&lt;BR /&gt;Caused by: java.lang.NoSuchFieldError: DEFAULT_XML_TYPE_ATTRIBUTE&lt;BR /&gt;at org.eclipse.persistence.jaxb.compiler.MappingsGenerator.setupInheritance(MappingsGenerator.java:2431)&lt;BR /&gt;at org.eclipse.persistence.jaxb.compiler.MappingsGenerator.generateProject(MappingsGenerator.java:246)&lt;BR /&gt;at org.eclipse.persistence.jaxb.compiler.Generator.generateProject(Generator.java:191)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContext$ContextPathInput.createContextState(JAXBContext.java:985)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContext$ContextPathInput.createContextState(JAXBContext.java:978)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContext$ContextPathInput.createContextState(JAXBContext.java:905)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContext.&amp;lt;init&amp;gt;(JAXBContext.java:198)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContextFactory.createContext(JAXBContextFactory.java:131)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContextFactory.createContext(JAXBContextFactory.java:122)&lt;BR /&gt;at org.eclipse.persistence.jaxb.compiler.CompilerHelper.getXmlBindingsModelContext(CompilerHelper.java:491)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContextFactory.getXmlBindings(JAXBContextFactory.java:310)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContextFactory.processBindingFile(JAXBContextFactory.java:284)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContextFactory.getXmlBindingsFromProperties(JAXBContextFactory.java:264)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContext$ContextPathInput.createContextState(JAXBContext.java:853)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContext.&amp;lt;init&amp;gt;(JAXBContext.java:198)&lt;BR /&gt;at org.eclipse.persistence.jaxb.JAXBContextFactory.createContext(JAXBContextFactory.java:131)&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 javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:171)&lt;BR /&gt;at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:131)&lt;BR /&gt;at javax.xml.bind.ContextFinder.find(ContextFinder.java:293)&lt;BR /&gt;at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:431)&lt;BR /&gt;at org.apache.knox.gateway.services.topology.impl.DefaultTopologyService.getJAXBContext(DefaultTopologyService.java:127)&lt;BR /&gt;at org.apache.knox.gateway.services.topology.impl.DefaultTopologyService.&amp;lt;clinit&amp;gt;(DefaultTopologyService.java:91)&lt;BR /&gt;at org.apache.knox.gateway.services.CLIGatewayServices.init(CLIGatewayServices.java:88)&lt;BR /&gt;at org.apache.knox.gateway.util.KnoxCLI.initializeServices(KnoxCLI.java:185)&lt;BR /&gt;at org.apache.knox.gateway.util.KnoxCLI.run(KnoxCLI.java:155)&lt;BR /&gt;at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)&lt;BR /&gt;at org.apache.knox.gateway.util.KnoxCLI.main(KnoxCLI.java:2122)&lt;BR /&gt;... 9 more&lt;BR /&gt;2019-12-12 04:38:13,506 INFO knox.gateway (GatewayConfigImpl.java:loadConfigResource(406)) - Loading configuration resource jar:file:/usr/local/knox-1.3.0/bin/../lib/gateway-server-1.3.0.jar!/conf/gateway-default.xml&lt;BR /&gt;2019-12-12 04:38:13,987 INFO knox.gateway (GatewayConfigImpl.java:loadConfigFile(394)) - Loading configuration file /usr/local/knox-1.3.0/conf/gateway-site.xml&lt;BR /&gt;2019-12-12 04:38:14,124 INFO knox.gateway (GatewayConfigImpl.java:initGatewayHomeDir(334)) - Using /usr/local/knox-1.3.0/bin/.. as GATEWAY_HOME via system property.&lt;BR /&gt;2019-12-12 04:38:14,125 INFO knox.gateway (GatewayConfigImpl.java:init(327)) - Cookie scoping feature enabled: false&lt;BR /&gt;2019-12-12 04:38:14,845 INFO knox.gateway (RemoteAliasService.java:init(258)) - Remote Alias Service enabled&lt;BR /&gt;2019-12-12 04:38:14,847 WARN knox.gateway (ZookeeperRemoteAliasService.java:init(349)) - There is no registry client defined for remote configuration monitoring.&lt;BR /&gt;2019-12-12 04:38:14,850 INFO knox.gateway (JettySSLService.java:init(64)) - Creating credential store for the gateway instance.&lt;BR /&gt;2019-12-12 04:38:14,855 INFO knox.gateway (JettySSLService.java:init(80)) - Creating keystore for the gateway instance.&lt;BR /&gt;2019-12-12 04:38:15,735 INFO knox.gateway (JettySSLService.java:logAndValidateCertificate(112)) - The Gateway SSL certificate is issued to hostname: localhost.&lt;BR /&gt;2019-12-12 04:38:15,738 INFO knox.gateway (JettySSLService.java:logAndValidateCertificate(115)) - The Gateway SSL certificate is valid between: 12/12/19 4:38 AM and 12/11/20 4:38 AM.&lt;BR /&gt;2019-12-12 04:46:11,263 INFO knox.gateway (GatewayServer.java:logSysProp(219)) - System Property: user.name=knox&lt;BR /&gt;2019-12-12 04:46:11,267 INFO knox.gateway (GatewayServer.java:logSysProp(219)) - System Property: user.dir=/home/knox&lt;BR /&gt;2019-12-12 04:46:11,267 INFO knox.gateway (GatewayServer.java:logSysProp(219)) - System Property: java.runtime.name=OpenJDK Runtime Environment&lt;BR /&gt;2019-12-12 04:46:11,267 INFO knox.gateway (GatewayServer.java:logSysProp(219)) - System Property: java.runtime.version=1.8.0_222-b10&lt;BR /&gt;2019-12-12 04:46:11,267 INFO knox.gateway (GatewayServer.java:logSysProp(219)) - System Property: java.home=/usr/local/openjdk-8/jre&lt;BR /&gt;2019-12-12 04:46:11,426 INFO knox.gateway (GatewayConfigImpl.java:loadConfigResource(406)) - Loading configuration resource jar:file:/usr/local/knox-1.3.0/bin/../lib/gateway-server-1.3.0.jar!/conf/gateway-default.xml&lt;BR /&gt;2019-12-12 04:46:11,484 INFO knox.gateway (GatewayConfigImpl.java:loadConfigFile(394)) - Loading configuration file /usr/local/knox-1.3.0/conf/gateway-site.xml&lt;BR /&gt;2019-12-12 04:46:11,491 INFO knox.gateway (GatewayConfigImpl.java:initGatewayHomeDir(334)) - Using /usr/local/knox-1.3.0/bin/.. as GATEWAY_HOME via system property.&lt;BR /&gt;2019-12-12 04:46:11,491 INFO knox.gateway (GatewayConfigImpl.java:init(327)) - Cookie scoping feature enabled: false&lt;BR /&gt;2019-12-12 04:46:11,905 INFO knox.gateway (RemoteAliasService.java:init(258)) - Remote Alias Service enabled&lt;BR /&gt;2019-12-12 04:46:11,909 WARN knox.gateway (ZookeeperRemoteAliasService.java:init(349)) - There is no registry client defined for remote configuration monitoring.&lt;BR /&gt;2019-12-12 04:46:11,920 INFO knox.gateway (JettySSLService.java:init(72)) - Credential store for the gateway instance found - no need to create one.&lt;BR /&gt;2019-12-12 04:46:11,938 INFO knox.gateway (JettySSLService.java:init(91)) - Keystore for the gateway instance found - no need to create one.&lt;BR /&gt;2019-12-12 04:46:11,942 INFO knox.gateway (JettySSLService.java:logAndValidateCertificate(112)) - The Gateway SSL certificate is issued to hostname: localhost.&lt;BR /&gt;2019-12-12 04:46:11,945 INFO knox.gateway (JettySSLService.java:logAndValidateCertificate(115)) - The Gateway SSL certificate is valid between: 12/12/19 4:38 AM and 12/11/20 4:38 AM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let me know how i could debug this issue.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 09:35:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285420#M211816</guid>
      <dc:creator>Amrutha</dc:creator>
      <dc:date>2019-12-12T09:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285422#M211817</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/72236"&gt;@Amrutha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which knox version is it?&lt;/P&gt;&lt;P&gt;We see the error as following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Caused by: java.lang.NoSuchFieldError: DEFAULT_XML_TYPE_ATTRIBUTE&lt;/LI-CODE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;At a glance it looks very similar to the one issue reported with Knox&amp;nbsp;&lt;A href="https://issues.apache.org/jira/browse/KNOX-1987" target="_blank"&gt;https://issues.apache.org/jira/browse/KNOX-1987&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 05:13:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285422#M211817</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2019-12-12T05:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285424#M211819</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/72236"&gt;@Amrutha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible if you can try with Knox 1.4.0 version once to see if it works well or not? as mentioned in the JIRA fix version is 1.4.0.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 05:19:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285424#M211819</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2019-12-12T05:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285425#M211820</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Iam using 1.3 version. This works in some of the kubernetes cluster and does not work in some.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Is there any way to check why this is not working&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 05:31:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285425#M211820</guid>
      <dc:creator>Amrutha</dc:creator>
      <dc:date>2019-12-12T05:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285427#M211822</link>
      <description>&lt;P&gt;Could you please give me the path where i can clone the 1.4.0 version since in the below path i cannot find it&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://apache.claz.org/knox/" target="_blank"&gt;http://apache.claz.org/knox/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 05:34:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285427#M211822</guid>
      <dc:creator>Amrutha</dc:creator>
      <dc:date>2019-12-12T05:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285429#M211823</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/72236"&gt;@Amrutha&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Currently released Apache Knox version is 1.3.0.&amp;nbsp;&amp;nbsp;&lt;A href="https://knox.apache.org/" target="_blank"&gt;https://knox.apache.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;However, you can try to build the desired version / 1.4.0 version by following the instructions mentioned in .&amp;nbsp;&lt;A href="https://cwiki.apache.org/confluence/display/KNOX/Build+Process" target="_blank"&gt;https://cwiki.apache.org/confluence/display/KNOX/Build+Process&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;By coning from&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/apache/knox/tree/v1.4.0-branch" target="_blank"&gt;https://github.com/apache/knox/tree/v1.4.0-branch&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 05:39:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285429#M211823</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2019-12-12T05:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285435#M211827</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/50614"&gt;@jsensharma&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But any specific reason that its not working only in some of the kubernetes clusters since iam using the same docker-image across all the clusters.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 07:47:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285435#M211827</guid>
      <dc:creator>Amrutha</dc:creator>
      <dc:date>2019-12-12T07:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285654#M211958</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@&amp;nbsp;jsensharma&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please provide me any help that is possible in order to debug the issue&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 09:04:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285654#M211958</guid>
      <dc:creator>Amrutha</dc:creator>
      <dc:date>2019-12-16T09:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Apache Knox</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285768#M212018</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have followed the steps and done the build, but how do i put this into a package and install knox&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 06:24:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-Knox/m-p/285768#M212018</guid>
      <dc:creator>Amrutha</dc:creator>
      <dc:date>2019-12-17T06:24:34Z</dc:date>
    </item>
  </channel>
</rss>

