Support Questions

Find answers, ask questions, and share your expertise

Why do we need SQL server installed on the box on which we are setting up HDP for windows?

avatar
New Contributor

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.".

1 ACCEPTED SOLUTION

avatar
Master Mentor

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.

View solution in original post

5 REPLIES 5

avatar
Master Mentor

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.

avatar
New Contributor

Thanks @Artem Ervits.

Which version of SQL do I need?

avatar
New Contributor

Thanks again, I missed the software requirement link. Will go through it

avatar
Master Mentor

@rohit vishwakarma use the very latest documentation, here's link.

avatar
Master Mentor

@rohit vishwakarma for HDP 2.3.4 you will need SQL 2012. Docs here.