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 | |
2238 | 08-03-2017 12:52 PM |
08-04-2017
12:22 AM
@anaik I am looking for; from Atlas to MySQL or Atlas to Hive. Can this be done using Sqoop?
... View more
03-26-2018
10:15 AM
@Eyad Garelnabi Above DSL Search query is working for creating time only , Its not working for Modified Time Find below query with modified time , Its not working http://localhost:21000/api/atlas/v2/search/dsl?query=modifiedTime%3E'2017-08-02T16%3A33%3A23.408Z'&typeName=hive_table Please help on this..!!!
... View more
06-29-2017
10:39 PM
Thank you very much @Sonu Sahi and @Eyad Garelnabi. I shall follow the views expressed above. Regards, Manoj.
... View more
06-14-2017
11:22 AM
@Prakhar Agrawal Take a look at the DistributedMapCache. It allows you to save flowfile data for consumption by processors across nodes and processors. There are two controller components, the DistributesMapCacheServer (runs on one node) and the DistricutedMapCacheClient (runs on all nodes if you've got a cluster). There are also the processors that interact with the DistributedMapCache, namely FetchDistributedMapCache and PutDistributedMapCache Take a look here for some elaboration/documentation: https://nifi.apache.org/docs.html https://community.hortonworks.com/questions/35223/distributedmapcacheclientservice-nifi-wecrawlerxml.html Here for examples using DistributedMapCache: https://github.com/hortonworks-gallery/nifi-templates/tree/master/templates (webcrawler.xml template) http://funnifi.blogspot.ca/2016/04/
... View more
06-11-2017
08:54 PM
It looks like you are trying to connect via the Zookeeper port, but there are some issues with this: You'll likely have trouble because of the issue described in NIFI-2575. Even if that were not the issue, the following two things would have to be done. I believe you'd have to set some variables in the URL (such as serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2) The Zookeeper port is not exposed via the sandbox by default, you would have to forward that port if using NAT. For these reasons, I recommend you connect via the standard HiveServer2 port (10000), which is exposed by default for the sandbox's NAT configuration.
... View more
06-02-2017
03:06 PM
@Phaneendra S Like debugging, this is a broad topic that is more an art than a science. To get you started, below are some links that provide insights on what you can look for. This one is a presentation showcasing the "new" version of Explain and walks through a debugging example: https://www.slideshare.net/HadoopSummit/how-to-understand-and-analyze-apache-hive-query-execution-plan-for-performance-debugging This one explains how Hive Joins would appear in Explains: http://www.openkb.info/2014/11/understanding-hive-joins-in-explain.html As always, if you find this post helpful, don't forget to "accept" answer.
... View more
08-13-2019
03:43 PM
Hi Is there any updates about HDP supporting ADFS ? if anything already there, can we have some examples or documentation? Many thanks
... View more
05-25-2017
04:37 PM
Awesome! Glad it worked.
... View more
06-02-2017
09:26 PM
7 Kudos
@Pulak Nath - The questions will not change, as that is a sample exam intended for practice purposes. I will recommend to go through all the topics before appearing for the exam. Hope this clarifies!
... View more
05-25-2017
04:54 PM
No sr, thanks so much for your help @Eyad Garelnabi
... View more