Member since
10-06-2015
273
Posts
202
Kudos Received
81
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4044 | 10-11-2017 09:33 PM | |
3565 | 10-11-2017 07:46 PM | |
2571 | 08-04-2017 01:37 PM | |
2214 | 08-03-2017 03:36 PM | |
2241 | 08-03-2017 12:52 PM |
06-01-2017
08:42 PM
@Achu Thambi It's not possible. There is currently no Ambari script for setting up and managing CouchDB. Also, CouchDB does not install on top of Hadoop or HDP, but rather alongside it. So it would need it's own infrastructure/servers. Below is an interesting article on how HDP and CouchDB could potentially be used together. http://www.datacenterknowledge.com/archives/2015/02/19/couchbase-integrates-its-nosql-database-with-hadoop/
... View more
06-01-2017
07:25 PM
@Lorenzo Tenti @Sami Ahmad You are correct. The link you provided is the latest. So no, there's no kerberos for now. However, according to our certification team, this will change in the near future. I recommend you revisit the link again as you get closer to your exam date to make sure you are up to date on the requirements.
... View more
06-01-2017
01:52 PM
1 Kudo
@Vishakha Agarwal As of HDP 2.5 (Falcon 0.10), Falcon supports snapshot-based replication. This will only replicate deltas. For details on the JIRA and design document/explanation take a look at the below links: https://issues.apache.org/jira/browse/FALCON-1861 https://issues.apache.org/jira/secure/attachment/12800139/HDFSSnapshotsBasedReplication.pdf Having said that, please be advised that Falcon has been deprecated starting HDP 2.6. Expect to see a replacement tool in a future version. As always, if you find this post helpful, don't forget to "accept" answer.
... View more
05-26-2017
03:34 PM
@Sami Ahmad Yes to both. Please take a look at the components of the exam and corresponding topic documentation here: https://2xbbhjxc6wk3v21p62t8n4d4-wpengine.netdna-ssl.com/wp-content/uploads/2015/04/DataSheet_HDPCA_2.3.pdf
... View more
05-26-2017
02:52 PM
@Rajeev Vandakar I agree with @mqureshi in that you cannot set authorizations on the partition level for your use case. If you do not have Ranger then it is best to take his suggested solution of creating views for different groups. However, it would be more beneficial to install Ranger and use that. As of HDP 2.5, Ranger supports Row-Level Filtering. That enables you to set permissions on rows within your table. So, for your case, your filter would be based on the condition "country={country}". This way, users will only see rows/data to countries they have permissions/access to, even though all the data is in the same table. Below is a link to a blog about Row-Level Filtering (amongst other Ranger capabilities) that uses an example to filter by country (similar to what you want to do): https://hortonworks.com/blog/eyes-dynamic-column-masking-row-level-filtering-hdp2-5/ For details on how to setup row-level filtering take a look here: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_security/content/ranger_row_level_filtering_in_hive.html As always, if you find our responses helpful, don't forget to "accept" answer.
... View more
05-26-2017
02:38 PM
Which version of HDP are you using?
... View more
05-26-2017
02:34 PM
1 Kudo
@scharan There is no SAML/ADFS support in HDP yet. However, you can integrate Knox SSO with a federation/SAML providers. Service access available through Knox are (as of HDP 2.5): - YARN - WebHDFS - WebHCat/Templeton - Oozie - HBase (Stargate REST API) - Hive (via WebHCat) - Hive (via JDBC) - Ambari API - Ranger API For details on how the integration of Knox with SAML/ADFS provider would work take a look at the blog and proposed design links below: https://hortonworks.com/blog/adding-federation-provider-apache-knox/ https://cwiki.apache.org/confluence/display/KNOX/Hadoop+Web+UI+SSO+with+Knox+Token+Exchange+from+SAML
... View more
05-26-2017
11:13 AM
@Narasimma varman Please share a snapshot of the ExecuteQuery processor "properties" tab and the SQL query you are running.
... View more
05-25-2017
04:37 PM
Awesome! Glad it worked.
... View more
05-25-2017
04:00 PM
Response provided here: https://community.hortonworks.com/questions/104811/hdpcd-spark-exam-coding.html
... View more