Member since
07-08-2016
12
Posts
1
Kudos Received
0
Solutions
03-20-2023
05:05 AM
Here's what the playbook does: The hosts line specifies the hostname of the server you want to check and start the httpd service on. become: true ensures that the playbook runs with root privileges, which is necessary to start the service. The tasks section of the playbook contains two tasks. The first task checks the status of the httpd service using the systemd module. If the service is not started, the state parameter sets the service to started. The enabled parameter ensures that the service will start automatically when the system boots up. The register parameter stores the result of this task in a variable called service_status. The second task starts the httpd service using the systemd module, but only if the service_status.changed variable from the first task shows that the service was not already started. The when parameter specifies this condition. The loop_control parameter adds a label to the loop, which will be used to identify the server where the https service is being started.
... View more
02-28-2017
10:02 AM
1 Kudo
@Prasanta Sahoo Hortonworks has a Governance Ready Certification program that certifies 3rd party integrations into Atlas metadata store. http://hortonworks.com/apache/atlas/#section_5 Attivio and Waterline currently are certified to push/pull its metadata to/from Atlas (tags and lineage). This integration is built into the products.
http://hortonworks.com/blog/building-modern-data-architecture-with-enterprise-level-governance/ http://www.waterlinedata.com/press_releases/waterline-data-brings-automated-data-cataloging-hortonworks-data-platform-integration-apache-atlas/ http://hortonworks.com/hadoop-tutorial/manage-your-data-lake-more-efficiently-with-waterline-data-inventory-and-hdp/ check the below Hadoop Summit talk where Attivio, Waterline and Trifacta demonstrated their Atlas integrations.
https://www.youtube.com/watch?v=7nx6hzhM4Xs http://www.slideshare.net/HadoopSummit/extend-governance-in-hadoop-with-atlas-ecosystem-waterline-attivo-trifacta Similar question is already asked here and the above data is from this question only.
... View more
02-23-2017
06:56 PM
1 Kudo
@Prasanta Sahoo Please try providing the KMS server IP for KMS url and validate if the connection is successful by doing a "Test Connection".
... View more
02-26-2017
06:19 PM
@rahul gulati This script/path comes with Ambari-server . if does not exist you can copy that path/files from other setup. these are static files and can be copied to/from every place.
... View more
03-21-2017
11:51 PM
1 Kudo
The ambari-server reset is not necessarily the good solution. That command will remove all cluster host and configuration information from the database. You will be required to re-configure the Ambari server and re-run the cluster wizard. True. This is a sandbox, but in a production cluster ...
... View more
07-11-2016
07:00 AM
1 Kudo
Hi @Prasanta Sahoo, Can you try "ConvertAvroToJSON" processor with below configuration: For "JSON container options" Instead of "none" try "array" That determines how the stream flows as an array or single object. Thanks, Jobin
... View more