Member since
07-30-2019
13
Posts
1
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2129 | 04-05-2018 12:30 PM | |
1468 | 03-28-2018 10:02 AM |
02-14-2019
06:37 AM
you might be hitting this issue/bug https://community.hortonworks.com/content/supportkb/148576/error-dag-did-not-succeed-due-to-vertex-failure-fa.html
... View more
04-05-2018
12:30 PM
Hi, I would suggest to use the Record reader / writer processors. You can read using a CSVRecordReader (can specify tab as the delimiter) and then use ConverRecord to convert to another schema. you have to define a schema for the records though in avro format.
... View more
03-28-2018
01:19 PM
1 Kudo
HIVE needs to store meta data such as Table structures, OOZIE needs to store Job details etc. you can go into the db schemas of each product and see what they store. Its a persistent mechanism for storing meta data, please look at the internal architecture of each component, it will be clear.
... View more
03-28-2018
10:02 AM
Some of the services such as HIVE, OOZIE, Ranger need a back end database to store Meta-data, you can pick one DB such as mariadb/mysql for all these metadata stores and configure through ambari.
... View more
03-28-2018
08:32 AM
Hi, Are you running nifi docker images with kubernetes, I assume the image has zookeeper, as that is required for teh cluster to work. nifi logs are in the nifi-app files, please check that as well.
... View more
11-28-2017
06:11 AM
HI, with HDF3.0 and Ambari 2.5.1 , we can install HDF to an existing HDP cluster. Please have a look https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.2/index.html Thanks, Avijeet
... View more