-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59176/#review174677
-----------------------------------------------------------




ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql
Line 365 (original)
<https://reviews.apache.org/r/59176/#comment247881>

    Does the Upgrade Catalog for 2.5.1 also have to change?
    
    If any user is on Ambari 2.5 and SQLServer, were they able to even install 
Ambari?


- Alejandro Fernandez


On May 11, 2017, 1:17 p.m., Sebastian Toader wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/59176/
> -----------------------------------------------------------
> 
> (Updated May 11, 2017, 1:17 p.m.)
> 
> 
> Review request for Ambari, Dmytro Grinenko and Nate Cole.
> 
> 
> Bugs: AMBARI-20988
>     https://issues.apache.org/jira/browse/AMBARI-20988
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> https://issues.apache.org/jira/browse/AMBARI-20919 moved the 
> cluster_host_info column from stage table into request table. The change 
> missed to cover the Ambari database schema DDL for MS SQL server.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql b78e2a4 
> 
> 
> Diff: https://reviews.apache.org/r/59176/diff/1/
> 
> 
> Testing
> -------
> 
> Unit tests:
> Results :
> 
> Tests run: 4065, Failures: 0, Errors: 0, Skipped: 32
> 
> 
> ==========
> docker exec -it mssql /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 
> "$MSSQL_PASSWORD" -i /tmp/ambari/Ambari-DDL-SQLServer-CREATE.sql
> 
> (54 rows affected)
> 
> (3 rows affected)
> 
> (1 rows affected)
> 
> (3 rows affected)
> 
> (8 rows affected)
> 
> (1 rows affected)
> 
> (7 rows affected)
> 
> (53 rows affected)
> 
> (1 rows affected)
> 
> (14 rows affected)
> 
> (19 rows affected)
> 
> (24 rows affected)
> 
> (31 rows affected)
> 
> (42 rows affected)
> 
> (53 rows affected)
> 
> (1 rows affected)
> 
> (1 rows affected)
> 
> 
> docker exec -it mssql /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 
> "$MSSQL_PASSWORD"
> 1> select count(*) from ambari_sequences;
> 2> go
>            
> -----------
>          54
> 
> (1 rows affected)
> 
> 
> Thanks,
> 
> Sebastian Toader
> 
>

Reply via email to