Skip to content

Commit ace31cd

Browse files
committed
Remove ctp 2.3 example
1 parent 7236a62 commit ace31cd

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

samples/features/sql-big-data-cluster/bootstrap-sample-db.sql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,8 @@ BEGIN
8080
WITH (LOCATION = 'sqldatapool://service-mssql-controller:8080/datapools/default');
8181

8282
IF NOT EXISTS(SELECT * FROM sys.external_data_sources WHERE name = 'SqlStoragePool')
83-
BEGIN
84-
IF SERVERPROPERTY('ProductLevel') = 'CTP2.3'
85-
CREATE EXTERNAL DATA SOURCE SqlStoragePool
86-
WITH (LOCATION = 'sqlhdfs://service-mssql-controller:8080');
87-
ELSE IF SERVERPROPERTY('ProductLevel') = 'CTP2.4'
8883
CREATE EXTERNAL DATA SOURCE SqlStoragePool
8984
WITH (LOCATION = 'sqlhdfs://service-master-pool:50070');
90-
END
9185

9286
IF NOT EXISTS(SELECT * FROM sys.external_data_sources WHERE name = 'HadoopData')
9387
CREATE EXTERNAL DATA SOURCE HadoopData

0 commit comments

Comments
 (0)