Member since
12-14-2015
70
Posts
94
Kudos Received
16
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5839 | 03-14-2017 03:56 PM | |
1242 | 03-07-2017 07:20 PM | |
4056 | 01-23-2017 05:57 AM | |
5224 | 01-23-2017 05:40 AM | |
1638 | 10-18-2016 03:36 PM |
05-03-2016
02:20 AM
2 Kudos
Also, you can enable the md5 algorithm from your java security by changing the security setting from the file JAVA_HOME/lib/security/java.security and deleting the md5 algorithm from the line jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048 This worked for me - but when you do this, please be mindful of the security settings that you are impacting your machine.
... View more
05-02-2016
03:23 AM
3 Kudos
I am trying to restart my hst-agent, but it repeatedly fails with below error message: ERROR 2016-05-02 03:08:20,978 security.py:78 - Two-way SSL authentication failed. Ensure that server and agent certificates were signed by the same CA and restart the agent.
In order to receive a new agent certificate, remove existing certificate file from keys directory. As a workaround you can turn off two-way SSL authentication in agent configuration(hst-agent.ini)
Exiting..
ERROR 2016-05-02 03:08:20,979 security.py:86 - [Errno 8] _ssl.c:492: EOF occurred in violation of protocol I even tried deleting all the hst-agent keys bit still to no avail. I am trying to setup the smartsense on my HDP 2.4 VM
... View more
Labels:
- Labels:
-
Hortonworks SmartSense
05-02-2016
12:11 AM
@Viren Papaiyawala By default, you will be just shown the databases available in the explorer on the left. Most cases, unless you exclusively specify a database name, your table will be created under default. You can simply click on the database name to reveal the tables under each of those.
... View more
05-01-2016
02:34 PM
1 Kudo
There is a similar issue discussed on this thread - https://community.hortonworks.com/questions/18736/2210-ambari-ubuntu-repo-404.html can you please check if this helps?
... View more
05-01-2016
03:36 AM
2 Kudos
Detailed step by step tutorials is here - http://hortonworks.com/hadoop-tutorial/how-to-install-and-configure-the-hortonworks-odbc-driver-on-windows-7/ For authentication, you will be using hiveserver2, authentication mechanism as 'by name' and you can use either 'hue', 'root', or any other user that you may like. Hopefully this helps.
... View more
05-01-2016
02:25 AM
1 Kudo
@michael klybor - good point.. It actually makes sense to post that to the Ambari forum as a suggestion..
... View more
04-30-2016
03:10 PM
if it is sandbox, the above command will look like: scp -P 2222 Downloads/HortonworksGeolocationgeolocation.csv root@127.0.0.1:/tmp/maria_dev/data/
... View more
04-30-2016
03:09 PM
3 Kudos
try scp scp -P 2222 Downloads/HortonworksGeolocationgeolocation.csv root@<hadoop node>:/tmp/maria_dev/data/
... View more
04-30-2016
03:05 PM
1 Kudo
if it is sandbox, you must be having the zeppelin in the same section where you will be seeing Hive views, etc...
... View more