Member since
06-13-2016
76
Posts
13
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2048 | 08-09-2017 06:54 PM | |
2938 | 05-03-2017 02:25 PM | |
4093 | 03-28-2017 01:56 PM | |
4250 | 09-26-2016 09:05 PM | |
2872 | 09-22-2016 03:49 AM |
03-15-2024
10:31 AM
@Hadoop16 Welcome to the Cloudera Community! As this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post. Thanks.
... View more
08-10-2020
08:32 PM
1 Kudo
I had similar issue today, where Nifi server was up, but UI kept spinning. I did clear browser cache and restarted the server, and browser. The UI came back fine. Just mentioning it for others, who may have similar issue,
... View more
09-13-2017
05:19 AM
1 Kudo
@mliem this looks like authorization issue. we need to add ACLs for user alice
... View more
08-09-2017
05:29 AM
My first suggestion would be that another process is already using port 8080. You can check using netstat -na|grep LISTEN|grep 8080
... View more
06-30-2017
05:21 AM
1 Kudo
@mliem, The basic search in Atlas can be used to search using parent tag and all entities tagged with parent tag and all its sub tag will be searched. The following API can be used. Hope this helps. http://localhost:21000/api/atlas/v2/search/basic?limit=25&excludeDeletedEntities=true&typeName=hive_table&classification=PII
... View more
06-30-2017
05:18 AM
1 Kudo
@mliem Did you copy the flow.xml.gz from your old installation to this one after you wiped everything 2.x related and installed 3. All the sensitive properties inside the flow.xml.gz file are encrypted using the sensitive property defined in the nifi.properties file (If blank, NiFi uses an internal default value). If you move your flow.xml.gz file to another NiFi, the sensitive property value used must be the same or NiFi will fail to start because it cannot decrypt the sensitive properties in the file.
... View more
07-27-2017
04:12 PM
5 Kudos
@ashutosh bajpai-Sorry to hear that your experience was not good. I would recommend for answers specific to your particular exam, please send email to certification@hortonworks.com
... View more
05-04-2017
07:28 PM
Glad you were able to figure it out @mliem
... View more
03-28-2017
05:29 PM
Thanks matt for your guidance.
... View more
02-10-2017
08:25 PM
@Matt Clarke Thanks Matt, very useful info. It was about 20 tar files, which turned into almost 1000 individual files that I was looking to ZIP back to 20 files. Looks like the major problem was the bin #. It was set to 1, once I increased that it had no problem with the multiple tar files that were queued up. I only had 1 concurrent tasks so I was surprised that even with 1 bin, it would look to create a new bin. For selected prioritizers it was the default " first in first out", so if its untaring one tar file at a time it should finish a whole bin before moving to the next one.
... View more