How to install PolyBase in SQL Server 2016 - How to install PolyBase in SQL Server 2016 Requirements SQL Server 2016 x64 edition Oracle Java JRE x64 .NetFramework 4.0 Installation Steps: Open SQL Server Installation kit and run setup. Click on Installation and select New SQL Server standalone installation or add features to an...
New Post has been published on http://robertfertig.com/how-to-install-polybase-in-sql-server-2016/
How to install PolyBase in SQL Server 2016
How to install PolyBase in SQL Server 2016
SQL Server 2016 x64 edition
Open SQL Server Installation kit and run setup.
Click on Installation and select New SQL Server standalone installation or add features to an existing installation
Select Add features to an existing instance of SQL Server 2016
Select Polybase Query Service for External Data on Feature Selection page
Select use this SQL Server as standalone PolyBase enabled instance on Polybase Configuration page.
Specify a port range for PolyBase Service. By default Polybase is using 16450-16460 port range.
Configure PolyBase Service Account on Server Configuration page.
Check if Polybase was installed in SQL Server 2016
Connect to your SQL Server 2016 Instance using SQL Server Management Studio
Execute follow TSQL command:
SELECT SERVERPROPERTY (‘IsPolybaseInstalled’) AS IsPolybaseInstalled;
1 installed / 0 not installed