Created on 01-20-2016 02:09 PM - edited 09-16-2022 02:58 AM
While installing HDP on Windows Server2012 R2, it gives me the following error:
java.lang.Exception: Could not connect to the database: com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host MDNJAPP02, port 1433 has failed. Error: "Connection refused: connect. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.".
Created 01-20-2016 02:12 PM
you need a database for Hive, if it can't find a database it will complain @rohit vishwakarma here's documentation for minimum software requirements.
Created 01-20-2016 02:12 PM
you need a database for Hive, if it can't find a database it will complain @rohit vishwakarma here's documentation for minimum software requirements.
Created 01-20-2016 02:19 PM
Thanks @Artem Ervits.
Which version of SQL do I need?
Created 01-20-2016 02:21 PM
Thanks again, I missed the software requirement link. Will go through it
Created 01-20-2016 02:23 PM
@rohit vishwakarma use the very latest documentation, here's link.
Created 01-20-2016 02:21 PM
@rohit vishwakarma for HDP 2.3.4 you will need SQL 2012. Docs here.