38 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
21
views
Proxify apache ozone-recon UI (ozone 2.0.0) with knox 2.0.0
I have been trying to proxify the ozone-recon UI using knox.
When using a rewrite.xml file with no rules, url's are correctly rewritten by implicit rules to (gateway_name)/(topology_name)/ozone-recon/
...
0
votes
0
answers
117
views
Authenticate phoenix query server by Knox
I have a phoenix query server run on port 8765. I can connect to it with out user or password. Now i need to perform authenticate from client to query server by using username and password. I found ...
1
vote
1
answer
63
views
Knox rule updates on Dataproc not working
I updated some Knox rules in a live Dataproc cluster and restarted Knox, but the new rules didn't work, old rules were still used. What's the possible cause and how do I resolve?
0
votes
1
answer
184
views
Access to Hbase over Thrift with Knox
Hbase has a couple of wrapper services that help access it. They are Thrift and Rest services.
We are using Apache Knox to access these services. We can use Knox WEBHBASE service to access Hbase via ...
0
votes
0
answers
77
views
Apache Knox 1.3.0 + pac4j-4.0.3 + openid throwing com.nimbusds.oauth2.sdk.pkce.CodeVerifier cannot be cast to java.io.Serializable
Trying to deploy Apache Knox as service via Cloudera CDP 7 with openid. Followed documentation and set up all params as needed (ref. knox-openid) but getting pkce error on web page.
Things that I have ...
1
vote
1
answer
773
views
How to access Namenode UI with KnoxSSO
My goal
I want to access Namenode UI through KnoxSSO and browse hdfs files without Ambari.
What have I already done
I've already set up Security cluster and HDFS HA with QJM.
Apache Knox uses Pac4J ...
1
vote
1
answer
219
views
How to provide Knox public key to clients to use KnoxSSO if it's multiple instanses of Knox in HA mode
What I've done
I have set up Knox instances with KnoxSSO and with the same master secrets, accessable through nginx balancer
I have set up Zeppelin with shiro definding in knoxJwtRealm.publicKeyPath ...
0
votes
1
answer
332
views
Why does ambari is showing this kerberos authentication error : AmbariAuthToLocalUserDetailsService
Recently ambari server logs are showing some warnings, We didn't identify any issue yet but logs became unreadable (50 lines/s)
/var/log/ambari-server/ambari-server.log
02 Jul 2021 18:43:52,514 INFO [...
0
votes
1
answer
382
views
Connect HBase via Knox using HBase Java Client on CDP
I need to connect to HBase via Knox using HBase Java Client. I have Knox details as following
Knox_Url: https://knox-host:port/gateway/cdp-proxy-api/hbase
Username: knox_user_name
Password: ...
2
votes
1
answer
431
views
Knox process consumes all resources in Dataproc master node
I try to open a my notebook that is stored in GCS. I create a Dataproc cluster with Jupyter and I connect Jupyter web interface.
When I open my notebook, I get an error(Error 504, there is not more ...
1
vote
1
answer
761
views
Apache Knox Ldap Integration failed
I am using Apacheknox version 1.0.0. I have tried to authenticate knox uiusing Ldap user. I have tried with following changes in knox
In ambari --> knox-->config-->Advanced topology ...
2
votes
2
answers
1k
views
Knox Redirecting to Ambari UI issue
I am using Ambari V 2.7.3, I have installed Knox. I have tried to implement SSO for Ambari.I have followed the Below Url to implement the same.
https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.6.1/...
0
votes
1
answer
683
views
How to redirect URL to Apache knox gateway(port is 8443) when visiting hadoop ui(port is 50070) or hbase ui (port is 16010))?
My web browser directly accesses the UI of the Namenode; after Apache knox is installed, when the host of the Namenode receives an http request to access port 50070, the request is to redirect the UI ...
0
votes
2
answers
516
views
REST API Level authorization with Apache Knox + Ranger
I am developing a server application in django REST framework which in turn uses apache knox REST APIs to work with spark sessions (create session, get session, cancel session, ...). Apache Knox ...
0
votes
1
answer
818
views
How to submit a Job to Livy (under Knox) with Programmatic API?
This code from Livy Docs worked fine:
LivyClient client = new LivyClientBuilder()
.setURI(new URI("http://sample.ru:8999"))
.build();
String piJar = "C:\\Users\\e.makrushin\\...