Member since
10-01-2015
3933
Posts
1150
Kudos Received
374
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3368 | 05-03-2017 05:13 PM | |
2801 | 05-02-2017 08:38 AM | |
3080 | 05-02-2017 08:13 AM | |
3009 | 04-10-2017 10:51 PM | |
1525 | 03-28-2017 02:27 AM |
12-05-2016
06:23 PM
@Ian Maloney looks like you're out of luck http://hdb.docs.pivotal.io/210/hawq/clientaccess/roles_privs.html Apache HAWQ is offered by Hortonworks but support primarily is offered by Pivotal. We cannot speak for design decisions of our partners. I will see if I can escalate this to our partner relations group.
Secure the gpadmin system user. HAWQ requires a UNIX user id to install and initialize the HAWQ system. This system user is referred to as gpadmin in the HAWQ documentation. This gpadmin user is the default database superuser in HAWQ, as well as the file system owner of the HAWQ installation and its underlying data files. This default administrator account is fundamental to the design of HAWQ. The system cannot run without it, and there is no way to limit the access of this gpadmin user id. Use roles to manage who has access to the database for specific purposes. You should only use the gpadmin account for system maintenance tasks such as expansion and upgrade. Anyone who logs on to a HAWQ host as this user id can read, alter or delete any data; specifically system catalog data and database access rights. Therefore, it is very important to secure the gpadmin user id and only provide access to essential system administrators. Administrators should only log in to HAWQ as gpadmin when performing certain system maintenance tasks (such as upgrade or expansion). Database users should never log on as gpadmin , and ETL or production workloads should never run as gpadmin .
... View more
12-05-2016
04:49 PM
1 Kudo
@Ian Maloney
please view the following doc to customize service accounts http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-reference/content/defining_service_users_and_groups_for_a_hdp_2x_stack.html
... View more
12-03-2016
02:52 PM
1 Kudo
Please read the follo2ing reference: http://phoenix.apache.org/performance.html#Salting For optimal performance, number of salt buckets should match number of region servers). You càn upgrade t HdP 2.5.3 with Phoenix 4.7. Any design decision should be followed by testing.
... View more
12-03-2016
02:32 PM
I'm wondering whether you loaded all libraries correctly, check for missing jars, error code signifies it's coming from database https://dev.mysql.com/doc/refman/5.5/en/error-messages-server.html
... View more
11-27-2016
06:38 PM
2 Kudos
Heres an example of groovy class in ExecuteScript processor, treat it like Java and use Matt's nifi-script-tester utility to debug your code https://github.com/dbist/workshops/blob/master/nifi/templates/zabbix/ZabbixSender.groovy#L36-L56
... View more
11-23-2016
02:23 PM
Please follow this guide http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.1.0/bk_ambari-installation/content/download_the_ambari_repo_ubuntu14.html
... View more
11-23-2016
12:49 PM
Ambari 2.1.2 and 2.2.0 are old, please use 2.2.2.18 for HDP 2.4 or 2.4.1 for HDP 2.5. Ambari 2.4.2 should be out any day now and you can manage HDP 2.3.x - 2.5.x with it. Here's latest 2.4.1 http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.1.0/bk_ambari-installation/content/ambari_repositories.html
... View more
11-22-2016
02:50 AM
1 Kudo
please review our revamped documentation on the topic http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_security/content/storm_policy.html
... View more
11-22-2016
02:00 AM
1 Kudo
I received the following from engineering: Storm-JMS code was internal only. It recently got into Apache after we released HDP-2.5. In the future releases we will be including the storm-jms from apache. For now , customers can use the storm-jms from 2.3 release line. We are trying to keep all code exactly same as apache. So any apache connector will be in our release as well.
... View more
11-22-2016
01:10 AM
Out of the box you get 1% of the firehouse, enterprise api providers like Gnip offer different pricing models, choices like 10% real time stream, it's best if you contact these providers yourself for pricing.
... View more