For a Hive connection, currently we hard code "default" as the DB name and there is no way for the user to change it. Add a new text field called "Database" and pre-populate it with "default"
Also.. ADS 16.0.0-dev-100
I am updating the registration page for Aqua Data Server and notice that we use a different property for storing the database name for Hive registration.
- For all other databases, we use connection.database to store the database name.
- For Hive, there are two entries in the .conn file:
1. connection.database is always set to "default"
2. property.hive.distribution.database stores the database name entered in the registration dialog
Hive should also use connection.database to store the database name.
I am updating the registration page for Aqua Data Server and notice that we use a different property for storing the database name for Hive registration.
- For all other databases, we use connection.database to store the database name.
- For Hive, there are two entries in the .conn file:
1. connection.database is always set to "default"
2. property.hive.distribution.database stores the database name entered in the registration dialog
Hive should also use connection.database to store the database name.
Using v15.0.11-10, I created a server registration for Hive Hortonworks specifying "xademo" as the database.
Now using v15.0.11-11, I try to use that server registration to bring up Query Analyzer. The database is set to "default" in Query Analyzer.
Using v15.0.11-10, I created a server registration for Hive Hortonworks specifying "xademo" as the database.
Now using v15.0.11-11, I try to use that server registration to bring up Query Analyzer. The database is set to "default" in Query Analyzer.
The problem mentioned in this comment still exists. If you create a server registration in v15.0.11-10 and specify "xademo" as the database, opening Query Analyzer using that server registration in v15.0.11-11 sets the database to "default" in Query Analyzer.
Since we have decided not to fix this problem, I have cleaned up the code and removed the property.hive.distribution.database property. This makes merging the changes to Aqua Data Server much simpler.
The problem mentioned in this comment still exists. If you create a server registration in v15.0.11-10 and specify "xademo" as the database, opening Query Analyzer using that server registration in v15.0.11-11 sets the database to "default" in Query Analyzer.
Since we have decided not to fix this problem, I have cleaned up the code and removed the property.hive.distribution.database property. This makes merging the changes to Aqua Data Server much simpler.
Issue #13042 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 15.0.11-11 |
No time estimate |
Also.. ADS 16.0.0-dev-100