Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2565 | 11-01-2016 05:43 PM | |
| 8490 | 11-01-2016 05:36 PM | |
| 4855 | 07-01-2016 03:20 PM | |
| 8175 | 05-25-2016 11:36 AM | |
| 4319 | 05-24-2016 05:27 PM |
04-21-2017
10:28 AM
The unexpected benefit of this is that nobody will ever forget the LDAP password again: not will it be included in your favourite shell's history file, but anyone who can log in on that node will also be able to see those options by keeping an eye on ps. Isn't that neat? Don't do this, kids. Never write passwords on the command line.
... View more
08-08-2018
09:58 PM
, 1.add this command yum-config-manager --add-repo http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.4.1.0/ambari.repo 2. yum upgrade ambari-metrics-monitor ambari-metrics-hadoop-sink 3. yum install ambari-metrics-hadoop-sink Ambari-metrics installed
... View more
11-05-2015
11:27 PM
1 Kudo
@Simon Elliston Ball is right, there's a huge variety of options for NLP as there are many niches for natural language processing. Keep in mind that NLP libraries rarely directly solve business solutions directly. Rather, they give you the tools to build a solution. Often this is segmenting free text into chunks suitable for analysis (e.g. sentence disambiguation), annotating free text (e.g. part of speech tagging), converting free text to a more structured form (e.g. vectorization). All of these are tools that are useful in processing text, but are insufficient by themselves. These tools help you convert free, unstructured text into a form suitable as input into a normal machine learning or analysis pipeline (i.e. classification, etc.). I suppose the one exception to this that I can think of is sentiment analysis..that is a properly valuable analytic in and of itself. Also, keep in mind the license for some of these libraries are not as permissive as Apache (e.g. CoreNLP is GPL with the option to purchase a license for commercial use).
... View more
11-03-2015
09:19 AM
Yes, we do. It's tracked under etl in 1h project. You may want to check the latest roadmap doc on box.
... View more
11-04-2015
07:22 PM
I second Ryan's comment on dedicated disk or partition for logs. that the biggest mistake made in the field is to not dedicate disk or partition to /var/log. it is not trivial to migrate logs if managed by Ambari after initial installation, although it is doable. If you fail into this situation, ask for instruction set from Hortonworks support. I had to do so and wished I had set this up initially on seperate disk
... View more
09-05-2017
03:39 PM
thanks for suggesting. Created a new thread https://community.hortonworks.com/questions/135805/accessing-hdp-web-ui-from-windows-pc-causes-gsshea-1.html
... View more
11-11-2015
02:23 PM
@Neeraj I needed to add credential to hive-site to wasb to work inside hive. Did it work for you only with hdfs-site?
... View more