Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4073 | 08-20-2018 08:26 PM | |
| 1964 | 08-15-2018 01:59 PM | |
| 2393 | 08-13-2018 02:20 PM | |
| 4144 | 07-23-2018 04:37 PM | |
| 5046 | 07-19-2018 12:52 PM |
02-07-2017
12:52 AM
I can't parse for sure what the error is coming from; however, I did notice you set your container size to 2048. I start with 8048 and 7050 for heap. can you try this and rerun?
... View more
02-06-2017
02:50 AM
@Ancil McBarnett its been a while since I have tried it. here is the information: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_zeppelin-component-guide/content/zeppelin-with-hive.html
... View more
02-01-2017
02:54 PM
I understand NiFi support TLS/Kerberos/LDAP..but does it support SSO?
... View more
Labels:
- Labels:
-
Apache NiFi
01-30-2017
03:47 PM
Here is the solution as on AWS EC2 it tries to fetch postgres repos. I uploaded the repos from here https://yum.postgresql.org/9.3/redhat/rhel-7-x86_64/repoview/postgresqldbserver93.group.html Installed each one configured a BUNCH of softlinks to make this work. I will be posting an article on this shortly to help others save much time.
... View more
01-30-2017
03:45 PM
On AWS EC2 that is not the case. It tries to fetch the postgres repo externally.
... View more
01-30-2017
03:42 PM
3 Kudos
Just to follow up on what @Artem Ervits said. Pycharm is good IDE and I have built docker container for it here https://hub.docker.com/r/sunileman/pycharm/ Pycharm sits inside the container and the UI will be rendered back to your workstatin. it also have spark client installed allowing you to connect to a spark cluster.
... View more
01-28-2017
08:52 PM
I am using local repo installation steps on HWX site. All seems to be working until i do yum install ambari-server. it fails due to postgres repo dependency.
Documentation did not state anything about requiring postgres repo during local ambari install Why is postgres required? what if I want to use another db? it seems when i run yum install ambari-server there is no way around this. Seems to me setting up mysql or oracle back ambari is post ambari setup (or during install steps) Any feedback appreciated. Here is error [root@ip-xxxxx yum.repos.d]# yum install ambari-server --skip-broken
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Resolving Dependencies
--> Running transaction check
---> Package ambari-server.x86_64 0:2.4.2.0-136 will be installed
--> Processing Dependency: postgresql-server >= 8.1 for package: ambari-server-2.4.2.0-136.x86_64
Packages skipped because of dependency problems:
ambari-server-2.4.2.0-136.x86_64 from Updates-ambari-2.4.2.0
[root@ip-xxxxxx yum.repos.d]#
... View more
Labels:
- Labels:
-
Apache Ambari
01-28-2017
08:48 PM
@Ryan Cicak Thank you. your suggestion worked. I cleared all other repos on /etc/yum.repos.d/ and clear the yum cache. it worked.
... View more
01-28-2017
05:39 PM
I have followed the direction on setting up local repos. I uploaded the ambari tar and it is available via /var/www/html. I have closed all outbound ports as this is requirements. When I run yum install ambari-server which outbound ports opened it finds my local repo. When I close all outbound ports on ec2 yum install ambari-server hangs How can I proceed? The requirement is the ec2 instance must not have outbound access Error [root@ip-xxxxx ~]# yum install ambari-server
Loaded plugins: amazon-id, rhui-lb, search-disabled-repos
Could not contact CDS load balancer rhui2-cds01.us-east-1.aws.ce.redhat.com, trying others.
Could not contact any CDS load balancers: rhui2-cds01.us-east-1.aws.ce.redhat.com, rhui2-cds02.us-east-1.aws.ce.redhat.com.
[root@ip-xxxxxx ~]#
Actually when I remove all outbound access I am no longer able to run yum repolist. It just hangs.
... View more
Labels:
- Labels:
-
Apache Ambari