Member since
04-26-2017
11
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4253 | 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)
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