Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4020 | 08-20-2018 08:26 PM | |
| 1925 | 08-15-2018 01:59 PM | |
| 2356 | 08-13-2018 02:20 PM | |
| 4067 | 07-23-2018 04:37 PM | |
| 4974 | 07-19-2018 12:52 PM |
08-15-2018
01:59 PM
1 Kudo
This can be performed on the ambari host page, add NiFi CA service
... View more
08-15-2018
01:49 PM
@pdarvasi is correct. Just to close the loop, here is what I did on azure. I assume same would work for aws/gcp/openstack/etc Update the following file: /var/lib/cloudbreak-deployment/Profile Edit the following lines export UAA_DEFAULT_USER_EMAIL=NewAdmin@HeyNow.com
export UAA_DEFAULT_USER_PW='HeyNow'
and from the cloudbreak-deployement directory I ran CBD_DEFAULT_PROFILE=tmp cbd util add-default-user and new admin user was created. Simple.
... View more
08-07-2018
11:16 PM
As a result of the the HDF build versioning and how the NiFi extension manager handles versions there is, unfortunately, one additional NAR that is needed. You should also provide the nifi-standard-services-api-nar-1.5.0.3.1.2.0-7.nar that coincides with nifi-aws-service-api-nar-1.5.0.3.1.2.0-7.nar. Without this, I would imagine that in your log you will see warnings that it could not find the needed standard services api NAR. This additional requirement is a biproduct of the HDF specific builds.
... View more
08-08-2018
04:27 PM
@sunile.manjee Good catch. Thank you for sharing.
... View more
08-12-2018
09:35 AM
Some times many users have no idea how do i change my window setting,and many users have used and try the different option,so i am here and share a new solution windows setting and you can easily to change any setting in pc,this is most help full info in features.
... View more
10-08-2018
10:07 PM
The error reported in bootstrap log file was 2018-10-08 18:06:37,982 ERROR [NiFi logging handler] org.apache.nifi.StdErr Caused by: java.lang.UnsatisfiedLinkError: /tmp/snappy-1.0.5-libsnappyjava.so: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /tmp/snappy-1.0.5-libsnappyjava.so)
... View more
07-23-2018
04:37 PM
I found the issue. Ambari alerts support JMX but only via HTTP. Having JMX alone does not allow for ambari alert to be created. Therefore, what I am trying to do is create ambari alert on kafka where jmx is available through jconsole connnection. However, those metrics are not expose via http and return json result. Basically, it can't be done unless JMX is exposed via HTTP
... View more
07-11-2018
10:44 PM
found the issue. https://community.hortonworks.com/questions/202271/cloudbreak-cluster-fails-with-infrastructure-creat-2.html
... View more
07-11-2018
07:37 PM
make sure that you install only Nifi on these nodes. Do not club Kafka and zookeeper on nifi nodes. This will imporve network i/o performance. Dhieru
... View more
07-09-2018
12:04 PM
@sunile.manjee As the problem was fixed, could you please retry and tell me how it went? Thanks!
... View more