Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4073 | 08-20-2018 08:26 PM | |
| 1964 | 08-15-2018 01:59 PM | |
| 2393 | 08-13-2018 02:20 PM | |
| 4144 | 07-23-2018 04:37 PM | |
| 5046 | 07-19-2018 12:52 PM |
01-10-2017
04:00 PM
here is example where my.json has content from above curl -X POST -d @my.json -u admin:admin -H 'Content-Type: application/json; charset=UTF-8' 127.0.0.1:21000/api/atlas/types
more examples here https://github.com/sunileman/Atlas-API-Examples
... View more
01-10-2017
03:47 PM
1 Kudo
@MPH NiFi on production should have run in isolation due to its high needs to CPU and disk. Basically CPU and Disk bound and therefore not a good idea to co locate. This architecture or implementation strategy did not change. so my recommendation is, isolate your hdf/nifi cluster from HDP. Don't have these two platform compete for resources. Also HDF requires its own ambari (mpack) and is not managed with HDP cluster, essentally two installs of ambari.
... View more
01-09-2017
09:45 PM
Please try this json {
"enumTypes":[],
"structTypes":[],
"traitTypes":[
{
"superTypes":[],
"hierarchicalMetaTypeName":"org.apache.atlas.typesystem.types.TraitType",
"typeName":"NAME_OF_TAG_TO_CREATE",
"typeDescription":null,
"attributeDefinitions":[]
}
... View more
01-06-2017
02:36 AM
1 Kudo
Dup post here https://community.hortonworks.com/questions/29320/critical-alerts-for-hive-metastore-hive-not-able-t.html Seems not able to get it working with 12c (without HWX support assistance). the post above used mysql instead.
... View more
12-30-2016
04:20 AM
I have working atlas api examples here https://github.com/sunileman/Atlas-API-Examples
... View more
12-27-2016
04:08 AM
@PJ hadoop heavily relies on being able to perform a forward and reverse lookup of the hostname. for intra node communicatation it uses tcp ip, more here https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html#The+Communication+Protocols Therefore passwordless ssh is not require between nodes.
... View more
12-26-2016
06:32 PM
3 Kudos
I use this article https://community.hortonworks.com/articles/7882/hdfnifi-best-practices-for-setting-up-a-high-perfo.html A ton while configuring nifi. Heap size is set in the bootstrap.conf file. How to set it is in the article.
... View more
12-25-2016
05:19 AM
good article
... View more
12-25-2016
04:00 AM
can you verify your yarn classpath (yarn.application.classpath) has all the necessary jars/paths to jars
... View more