<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Metron Deployment failure in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217027#M178936</link>
    <description>&lt;P&gt;
	&lt;A rel="user" href="https://community.cloudera.com/users/47441/gauravb117.html" nodeid="47441"&gt;@Gaurav Bapat&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
	1 -&amp;gt; You can do &lt;CODE&gt;vagrant halt&lt;/CODE&gt; command (from the folder &lt;CODE&gt;metron/metron-deployment/vagrant/full-dev-platform&lt;/CODE&gt;) in order to gracefully power down the VM&lt;/P&gt;&lt;P&gt;2 -&amp;gt; Can you do &lt;CODE&gt;vagrant ssh&amp;lt;code&amp;gt; into the full dev VM and check &amp;lt;code&amp;gt;/var/log/messages&lt;/CODE&gt; to see if you are seeing any issues? I have seen these issues when the system resources are starved.&lt;/P&gt;&lt;P&gt;
	You can also try increasing the VM system resources by modifying the memory and cpu fields in &lt;CODE&gt;metron/metron-deployment/vagrant/full-dev-platform/Vagrantfile&lt;/CODE&gt;, under this section&lt;/P&gt;
&lt;PRE&gt;hosts = [{
    hostname: "node1",
    ip: "192.168.66.121",
    memory: "8192",
    cpus: 4,
    promisc: 2  # enables promisc on the 'Nth' network interface
}]
&lt;/PRE&gt;&lt;P&gt;
	3 -&amp;gt; For adding NiFi, you can follow the below links to have NiFi running and configured, It is recommended to use a separate cluster, since the vagrant full dev Metron platform will not suffice.
Check out more details on the following links:
&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.1.1/bk_command-line-installation/content/ch_HDF_installing.html"&gt;https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.1.1/bk_command-line-installation/content/ch_HDF_installing.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You can also follow the HCP runbook here to know more:
&lt;A href="https://docs.hortonworks.com/HDPDocuments/HCP1/HCP-1.3.1/bk_runbook/content/install_nifi_runbook.html"&gt;https://docs.hortonworks.com/HDPDocuments/HCP1/HCP-1.3.1/bk_runbook/content/install_nifi_runbook.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;4 -&amp;gt; This could be a problem of #2 above. Pls check the logs on the VM.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2017 15:53:58 GMT</pubDate>
    <dc:creator>asubramanian</dc:creator>
    <dc:date>2017-12-06T15:53:58Z</dc:date>
    <item>
      <title>Metron Deployment failure</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217025#M178934</link>
      <description>&lt;P&gt;I have deployed Apache Metron on a single node VM, I am facing 3-4 issues&lt;/P&gt;&lt;P&gt;1&amp;gt; I have to vagrant up always when I shutdown my VM&lt;/P&gt;&lt;P&gt;2&amp;gt;I lose my components heartbeat or components fail frequently (mainly storm, metron, hbase)&lt;/P&gt;&lt;P&gt;3&amp;gt; How do I add NiFi in this cluster&lt;/P&gt;&lt;P&gt;4.&amp;gt;Even when I restart some components, it asks me restart some other components&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 20:08:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217025#M178934</guid>
      <dc:creator>gauravb117</dc:creator>
      <dc:date>2017-12-05T20:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Deployment failure</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217026#M178935</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;/A&gt;&lt;P&gt;Need help!!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 12:14:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217026#M178935</guid>
      <dc:creator>gauravb117</dc:creator>
      <dc:date>2017-12-06T12:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Deployment failure</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217027#M178936</link>
      <description>&lt;P&gt;
	&lt;A rel="user" href="https://community.cloudera.com/users/47441/gauravb117.html" nodeid="47441"&gt;@Gaurav Bapat&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
	1 -&amp;gt; You can do &lt;CODE&gt;vagrant halt&lt;/CODE&gt; command (from the folder &lt;CODE&gt;metron/metron-deployment/vagrant/full-dev-platform&lt;/CODE&gt;) in order to gracefully power down the VM&lt;/P&gt;&lt;P&gt;2 -&amp;gt; Can you do &lt;CODE&gt;vagrant ssh&amp;lt;code&amp;gt; into the full dev VM and check &amp;lt;code&amp;gt;/var/log/messages&lt;/CODE&gt; to see if you are seeing any issues? I have seen these issues when the system resources are starved.&lt;/P&gt;&lt;P&gt;
	You can also try increasing the VM system resources by modifying the memory and cpu fields in &lt;CODE&gt;metron/metron-deployment/vagrant/full-dev-platform/Vagrantfile&lt;/CODE&gt;, under this section&lt;/P&gt;
&lt;PRE&gt;hosts = [{
    hostname: "node1",
    ip: "192.168.66.121",
    memory: "8192",
    cpus: 4,
    promisc: 2  # enables promisc on the 'Nth' network interface
}]
&lt;/PRE&gt;&lt;P&gt;
	3 -&amp;gt; For adding NiFi, you can follow the below links to have NiFi running and configured, It is recommended to use a separate cluster, since the vagrant full dev Metron platform will not suffice.
Check out more details on the following links:
&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.1.1/bk_command-line-installation/content/ch_HDF_installing.html"&gt;https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.1.1/bk_command-line-installation/content/ch_HDF_installing.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You can also follow the HCP runbook here to know more:
&lt;A href="https://docs.hortonworks.com/HDPDocuments/HCP1/HCP-1.3.1/bk_runbook/content/install_nifi_runbook.html"&gt;https://docs.hortonworks.com/HDPDocuments/HCP1/HCP-1.3.1/bk_runbook/content/install_nifi_runbook.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;4 -&amp;gt; This could be a problem of #2 above. Pls check the logs on the VM.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 15:53:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217027#M178936</guid>
      <dc:creator>asubramanian</dc:creator>
      <dc:date>2017-12-06T15:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Deployment failure</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217028#M178937</link>
      <description>&lt;P&gt;I am restarting the process, will upload the errors if I get stuck somewhere and also only my Metron component faces errors &lt;/P&gt;&lt;P&gt;Is there any host problem there or the service go up even if I dont configure any hosts&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11832/asubramanian.html" nodeid="11832"&gt;@asubramanian&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 16:20:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217028#M178937</guid>
      <dc:creator>gauravb117</dc:creator>
      <dc:date>2017-12-06T16:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Deployment failure</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217029#M178938</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11832/asubramanian.html" nodeid="11832"&gt;@asubramanian&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Metron Indexing fails to install, what might be the reason??&lt;/P&gt;&lt;P&gt;fatal: [node1]: FAILED! =&amp;gt; {"changed": false, "failed": true, "invocation": {"module_args": {"blueprint_name": "metron_blueprint", "blueprint_var": {"groups": [{"cardinality": 1, "components": [{"name": "NAMENODE"}, {"name": "SECONDARY_NAMENODE"}, {"name": "RESOURCEMANAGER"}, {"name": "HISTORYSERVER"}, {"name": "ZOOKEEPER_SERVER"}, {"name": "NIMBUS"}, {"name": "STORM_UI_SERVER"}, {"name": "DRPC_SERVER"}, {"name": "HBASE_MASTER"}, {"name": "HBASE_CLIENT"}, {"name": "APP_TIMELINE_SERVER"}, {"name": "DATANODE"}, {"name": "HDFS_CLIENT"}, {"name": "NODEMANAGER"}, {"name": "YARN_CLIENT"}, {"name": "MAPREDUCE2_CLIENT"}, {"name": "ZOOKEEPER_CLIENT"}, {"name": "SUPERVISOR"}, {"name": "KAFKA_BROKER"}, {"name": "HBASE_REGIONSERVER"}, {"name": "KIBANA_MASTER"}, {"name": "METRON_INDEXING"}, {"name": "METRON_PROFILER"}, {"name": "METRON_ENRICHMENT_MASTER"}, {"name": "METRON_PARSERS"}, {"name": "METRON_REST"}, {"name": "METRON_MANAGEMENT_UI"}, {"name": "METRON_ALERTS_UI"}, {"name": "ES_MASTER"}], "configurations": [], "name": "host_group_1"}], "required_configurations": [{"metron-env": {"es_hosts": "node1", "storm_rest_addr": "http://node1:8744", "zeppelin_server_url": "node1:9995"}}, {"metron-rest-env": {"metron_jdbc_driver": "org.h2.Driver", "metron_jdbc_password": "root", "metron_jdbc_platform": "h2", "metron_jdbc_url": "jdbc:h2:file:~/metrondb", "metron_jdbc_username": "root"}}, {"kibana-env": {"kibana_default_application": "dashboard/Metron-Dashboard", "kibana_es_url": "http://node1:9200", "kibana_log_dir": "/var/log/kibana", "kibana_pid_dir": "/var/run/kibana", "kibana_server_port": 5000}}], "stack_name": "HDP", "stack_version": "2.5"}, "cluster_name": "metron_cluster", "cluster_state": "present", "configurations": [{"zoo.cfg": {"dataDir": "/data1/hadoop/zookeeper"}}, {"hadoop-env": {"dtnode_heapsize": 512, "hadoop_heapsize": 1024, "namenode_heapsize": 2048, "namenode_opt_permsize": "128m"}}, {"hbase-env": {"hbase_master_heapsize": 512, "hbase_regionserver_heapsize": 512, "hbase_regionserver_xmn_max": 512}}, {"hdfs-site": {"dfs.datanode.data.dir": "/data1/hadoop/hdfs/data,/data2/hadoop/hdfs/data", "dfs.journalnode.edits.dir": "/data1/hadoop/hdfs/journalnode", "dfs.namenode.checkpoint.dir": "/data1/hadoop/hdfs/namesecondary", "dfs.namenode.name.dir": "/data1/hadoop/hdfs/namenode", "dfs.replication": 1}}, {"yarn-env": {"apptimelineserver_heapsize": 512, "nodemanager_heapsize": 512, "resourcemanager_heapsize": 1024, "yarn_heapsize": 512}}, {"mapred-env": {"jobhistory_heapsize": 256}}, {"mapred-site": {"mapreduce.jobhistory.recovery.store.leveldb.path": "/data1/hadoop/mapreduce/jhs", "mapreduce.map.java.opts": "-Xmx1024m", "mapreduce.map.memory.mb": 1229, "mapreduce.reduce.java.opts": "-Xmx1024m", "mapreduce.reduce.memory.mb": 1229}}, {"yarn-site": {"yarn.nodemanager.local-dirs": "/data1/hadoop/yarn/local", "yarn.nodemanager.log-dirs": "/data1/hadoop/yarn/log", "yarn.nodemanager.resource.memory-mb": 4096, "yarn.timeline-service.leveldb-state-store.path": "/data1/hadoop/yarn/timeline", "yarn.timeline-service.leveldb-timeline-store.path": "/data1/hadoop/yarn/timeline"}}, {"storm-site": {"storm.local.dir": "/data1/hadoop/storm", "supervisor.slots.ports": "[6700, 6701, 6702, 6703, 6704]", "topology.classpath": "/etc/hbase/conf:/etc/hadoop/conf"}}, {"kafka-env": {"content": "\n#!/bin/bash\n\n# Set KAFKA specific environment variables here.\n\n# The java implementation to use.\nexport KAFKA_HEAP_OPTS=\"-Xms256M -Xmx256M\"\nexport KAFKA_JVM_PERFORMANCE_OPTS=\"-server -XX:+UseG1GC -XX:+DisableExplicitGC -Djava.awt.headless=true\"\nexport JAVA_HOME={{java64_home}}\nexport PATH=$PATH:$JAVA_HOME/bin\nexport PID_DIR={{kafka_pid_dir}}\nexport LOG_DIR={{kafka_log_dir}}\nexport KAFKA_KERBEROS_PARAMS={{kafka_kerberos_params}}\n# Add kafka sink to classpath and related depenencies\nif [ -e \"/usr/lib/ambari-metrics-kafka-sink/ambari-metrics-kafka-sink.jar\" ]; then\n  export CLASSPATH=$CLASSPATH:/usr/lib/ambari-metrics-kafka-sink/ambari-metrics-kafka-sink.jar\n  export CLASSPATH=$CLASSPATH:/usr/lib/ambari-metrics-kafka-sink/lib/*\nfi\nif [ -f /etc/kafka/conf/kafka-ranger-env.sh ]; then\n   . /etc/kafka/conf/kafka-ranger-env.sh\nfi"}}, {"kafka-broker": {"delete.topic.enable": "true", "log.dirs": "/data1/kafka-log"}}, {"metron-rest-env": {"metron_spring_profiles_active": "dev"}}, {"metron-parsers-env": {"parsers": "bro,snort"}}, {"elastic-site": {"gateway_recover_after_data_nodes": 1, "index_number_of_replicas": 0, "index_number_of_shards": 1, "masters_also_are_datanodes": "1", "network_host": "[ _local_, _eth1_ ]", "zen_discovery_ping_unicast_hosts": "[ node1 ]"}}], "host": "node1", "password": "admin", "port": 8080, "username": "admin", "wait_for_complete": true}, "module_name": "ambari_cluster_state"}, "msg": "Request failed with status FAILED"}
PLAY RECAP *********************************************************************
node1                      : ok=55   changed=32   unreachable=0    failed=1   
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 20:31:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217029#M178938</guid>
      <dc:creator>gauravb117</dc:creator>
      <dc:date>2017-12-06T20:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Deployment failure</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217030#M178939</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="43894-snapshot1.png" style="width: 1366px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/16196i1515942F0863B6FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="43894-snapshot1.png" alt="43894-snapshot1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When  I do vagrant up , I get this error, from were do I download the Apache-metron folder ?? &lt;A rel="user" href="https://community.cloudera.com/users/11832/asubramanian.html" nodeid="11832" target="_blank"&gt;@asubramanian&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 03:04:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217030#M178939</guid>
      <dc:creator>gauravb117</dc:creator>
      <dc:date>2019-08-18T03:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Metron Deployment failure</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217031#M178940</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11832/asubramanian.html" nodeid="11832" target="_blank"&gt;@asubramanian&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="45389-error.png" style="width: 1366px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/16195iB51288E394B64C5F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="45389-error.png" alt="45389-error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;All the components get failed when I run mvn clean install from the top directory, what can be the error??&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 03:04:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Metron-Deployment-failure/m-p/217031#M178940</guid>
      <dc:creator>gauravb117</dc:creator>
      <dc:date>2019-08-18T03:04:11Z</dc:date>
    </item>
  </channel>
</rss>

