Member since
04-27-2016
218
Posts
133
Kudos Received
25
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3610 | 08-31-2017 03:34 PM | |
| 7470 | 02-08-2017 03:17 AM | |
| 3296 | 01-24-2017 03:37 AM | |
| 10593 | 01-19-2017 03:57 AM | |
| 6024 | 01-17-2017 09:51 PM |
01-03-2017
10:59 AM
@Sami Ahmad Just to update and follow up on this issue: https://issues.apache.org/jira/browse/AMBARI-19287 has been fixed in the current version being developed for ambari (2.5.0) and so similar confusion will not happen in the future. Thanks for bringing this issue to our notice!
... View more
03-01-2017
11:16 PM
Its not related to HDP 2.5.0, I just encountered the same on 2.4.3. Was resolved for me after changing ambari.properties agent.threadpool.size.max
client.threadpool.size.max
The value should be mapped to actual CPU core count. Also, increased the heap size for namenode and datanode to 2 GB from the default 1GB value.
... View more
12-20-2016
02:43 AM
Do you have ranger audit enabled? if so please provide what the log shows when nifi tries to hit /tmp
... View more
11-30-2016
07:30 PM
thanks for pointing this out. One way I was able to achieve this is by stopping the docker container. I wont recommend that to anyone though.
... View more
09-05-2018
04:00 PM
@Greg Keys, The solution you provided for the table definition and file format worked for me? But any insights why we need to have it as part of the data load?
... View more
02-01-2018
06:14 PM
I have tried this command in 2.6 version unsuccessfully but successfully with "sandbox-hdp" container. docker exec -i sandbox-hdp passwd After introducing password twice you have to finish with ^C. Best regards Emilio
... View more
11-14-2016
09:08 PM
Yeah I figured that out in a hard way :). Thank you for clarifying.
... View more
12-15-2016
07:26 PM
@milind pandit Hello Milind, Could you please share .xsd and .json fille. Thanks, Rajeev
... View more
06-08-2018
05:25 PM
Hi. You can check @Tran Quyet Thang https://github.com/iheb-boughzala/AllFbPostsUsingNifi
... View more
11-07-2016
03:35 PM
2 Kudos
I am able to address this using the SplitContent processor. Check the config. below. It will split out two files one with Actual content you needed and second is the empty one. You can use update attribute processor to rename the files as per your requiremetns.
... View more