Member since
06-13-2016
76
Posts
13
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2050 | 08-09-2017 06:54 PM | |
2949 | 05-03-2017 02:25 PM | |
4101 | 03-28-2017 01:56 PM | |
4259 | 09-26-2016 09:05 PM | |
2886 | 09-22-2016 03:49 AM |
09-22-2016
03:49 AM
1 Kudo
https://issues.apache.org/jira/browse/KNOX-628 temp fix is to add a trailing / at the end. This is similar to an open jira for ambari. ex: https://<knox_gateway>:8443/gateway/default/oozie/ the last "/" is required.
... View more
09-21-2016
09:06 PM
Hello, I am using HDP 2.5 and knox 0.9. After adding : <service> <role>OOZIEUI</role> <url>http://{{oozie_server_host}}:{{oozie_server_port}}/oozie</url> </service> to the advanced topology and restarting servicies, the oozie url is coming up like the attached: screen-shot-2016-09-21-at-50902-pm.png I can access the URL but all the css and other stuff do not get loaded. In the knox log i see the below. Other Hadoop UI's like YARN are working okay 2016-09-21 21:02:43,231 INFO hadoop.gateway (AclsAuthorizationFilter.java:doFilter(85)) - Access Granted: true
2016-09-21 21:02:58,456 WARN hadoop.gateway (GatewayFilter.java:doFilter(162)) - Failed to match path /ext-2.2/resources/css/ext-all.css
2016-09-21 21:02:58,486 WARN hadoop.gateway (GatewayFilter.java:doFilter(162)) - Failed to match path /ext-2.2/resources/css/xtheme-default.css
2016-09-21 21:02:58,518 WARN hadoop.gateway (GatewayFilter.java:doFilter(162)) - Failed to match path /oozie-console.css
2016-09-21 21:02:58,548 WARN hadoop.gateway (GatewayFilter.java:doFilter(162)) - Failed to match path /console/sla/css/jquery.dataTables.css
... View more
Labels:
- Labels:
-
Apache Knox
09-14-2016
02:31 PM
@bbihari Thanks! Do you know approx. timelines on 1.4 release? I see right know 1.3 is technical preview.
... View more
09-14-2016
02:15 PM
Hello, Can someone briefly explain the purpose of the cbgateway node when using cloudbreak? - Any recommendations around minimum aws instance sizes to satisfy its requirements? - Can this node be turned into an edge node with client libraries? Thanks,
... View more
Labels:
- Labels:
-
Hortonworks Cloudbreak
09-13-2016
03:57 PM
1 Kudo
Hello, Quick questions regarding cloud break on aws: 1. For the HDP nodes, can you change OS to ubuntu or is default RHEL 6/7? 2. Any recommendations around attaching st1 EBS volumes? Should I just do that as a separate process? looks like latest version of cloudbreak allows only magnetic/ssd 3. What is the best approach to adding services? Should we do it in ambari or change the ambari blueprint? Thanks,
... View more
Labels:
- Labels:
-
Hortonworks Cloudbreak
09-10-2016
01:09 AM
2 Kudos
Hello, If i have a setup that only has 2 master nodes and say 3 data nodes. What do you think would be the best option: 1. just have 2 zookeepers, one on each of the master nodes 2. Use a data node to get a quorm of 3 zookeepers 3. Any other options? Thanks,
... View more
Labels:
- Labels:
-
Apache Zookeeper
09-08-2016
10:21 PM
@milind pandit Hi Milind - great overview. Any recommendations around the type of instance we should use?
... View more
09-08-2016
05:20 PM
1 Kudo
Hello, Is there a way to setup NiFi (HDF 0.x) to do user authentication through a local authentication? In the documentation the only examples that can be provided for the property: nifi.security.user.login.identity.provider are ldap-provider and kerberos (both are not configured atm)
... View more
Labels:
- Labels:
-
Apache NiFi
08-18-2016
03:44 AM
Shell action will get executed on one of the data nodes. Have you tried executing the script there? If you want to execute your script on a specific node I would look into using ssh action to ssh to the node you've succesffuly run the script on.
... View more