Member since
04-26-2017
11
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1961 | 04-26-2017 12:31 PM |
01-08-2018
10:27 AM
I didn't receive any support on this issue.
... View more
10-27-2017
09:34 AM
I am new to NiFi, can some one comment if this is some thing I shouldn't be doing in NiFi
... View more
10-26-2017
07:19 AM
client.txtI need to connect to a secure websocket wss://...... I am able to connect to the socket using java client. I pass username and password as Basic Authorization in the header.
headers.put("Authorization", Arrays.asList("Basic " + new BASE64Encoder().encode(credentials.getBytes()))); Attached the full java code. In NiFi I followed the article https://community.hortonworks.com/articles/68378/nifi-websocket-support.html and started using connectWebSocket processor but looks like I should be using java keystore or trust store which I don't have. How can I pass the header while connecting to the websocket api. Please guide.
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
10-24-2017
03:24 PM
Thanks it worked. I am trying to find how can I remove the crashed node. When I click on delete host it complaining that I should be removing the services on that node. How can I update configs like zookeeper, kafka etc such that their configs doesn't show the dead host.
... View more
10-20-2017
09:21 AM
I have 4 node cluster where Ambari is on node1 and hdf 2.1.1.0-2 is installed on the cluster. Node2 crashed and now it's not recoverable. I got a new node now and have to do a fresh install of HDF components on this node. What would be the best option to install HDF on this new node.
... View more
Labels:
- Labels:
-
Cloudera DataFlow (CDF)
07-11-2017
08:39 AM
Any help on this please.
... View more
07-07-2017
05:21 AM
Installed metron profiler with the help of this link: https://metron.apache.org/current-book/metron-analytics/metron-profiler/index.html Attached my profiler.properties and profiler.json files, remote.yaml and worker.log files. Once I place the following message into kafka topic 'indexing' [{"ip_src_addr":"10.0.0.1","protocol":"HTTPS","length":"10","bytes_in":"234"},{"ip_src_addr":"10.0.0.2","protocol":"HTTP","length":"20","bytes_in":"390"},{"ip_src_addr":"10.0.0.3","protocol":"DNS","length":"30","bytes_in":"560"}] It's picked by splitterBolt and passed till HBaseBolt. But data is not getting stored to Hbase. metron-artifacts.zip Attached storm-ui screenshot.storm-ui-screen.png Please suggest what am I missing here. Thanks in advance.
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Metron
-
Apache Storm
04-30-2017
03:09 PM
I did bare metal install of HDP 2.5.5.0-157. I added Metron 0.3.1 service. I don't the profiler feature as part of this install. I am referring to this link: http://metron.incubator.apache.org/current-book/metron-analytics/metron-profiler/index.html#configuring-the-profiler Attaching screen shot of METRON_HOME.profiler-feature-missing.pdf Please assist me in getting the right version of Metron code base in order to get profiler feature.
... View more
- Tags:
- CyberSecurity
- Metron
Labels:
- Labels:
-
Apache Metron
04-27-2017
05:40 PM
@Kuldeep Kulkarni After building rpm files I created /localrepo folder and copied all the rpm files into it below are the list of files: metron-common-0.4.0-201704260312.noarch.rpm metron-parsers-0.4.0-201704260312.noarch.rpm metron-elasticsearch-0.4.0-201704260312.noarch.rpm metron-data-management-0.4.0-201704260312.noarch.rpm metron-solr-0.4.0-201704260312.noarch.rpm metron-enrichment-0.4.0-201704260312.noarch.rpm metron-indexing-0.4.0-201704260312.noarch.rpm metron-pcap-0.4.0-201704260312.noarch.rpm metron-profiler-0.4.0-201704260312.noarch.rpm metron-config-0.4.0-201704260312.noarch.rpm
... View more
04-27-2017
05:04 PM
I am trying to install metron 0.4.0 also with Ambari on bare metal. Following this article: https://cwiki.apache.org/confluence/display/METRON/Metron+with+HDP+2.5+bare-metal+install I built the metron code from https://github.com/apache/incubator-metron copied the rpms to /localrepo folder. At the install step in Ambari cluster set up I encountered the error: failure: repodata/repomd.xml from METRON-0.4.0: [Errno 256] No more mirrors to try.
file:///localrepo/repodata/repomd.xml: [Errno 14] curl#37 - "Couldn't open file /localrepo/repodata/repomd.xml" Full Error is attached.metron-install-error.txt Please advise if there are compatibility issues with HDP 2.5 and Metron 0.4.0 Thanks, Bala
... View more
Labels:
04-26-2017
12:31 PM
1 Kudo
@Sara Alizadeh I had similar problem. Here bash is not working from maven. I took a work around, commented the 'rpm-build' execution in the 'incubator-metron/metron-deployment/packaging/docker/rpm-docker/pom.xml' file I am able to run mvn clean install -DskipTests -PHDP-2.5.0.0 successfully. I triggered the ./incubator-metron/metron-deployment/packaging/docker/rpm-docker/build.sh 0.4.0 I could see the rpm files generated under the folder 'incubator-metron/metron-deployment/packaging/docker/rpm-docker/RPMS/noarch' Thanks, Bala
... View more