Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7.0
-
None
-
None
Description
When use %hive, it takes very long time(at least 3 mins) to connect to HS2. As check HS2 log, we see it loads a lot of hive schema/column meta which takes long time to complete as in SqlCompleter code as follows:
public static Set<String> getDataModelMetadataCompletions(Connection connection)
throws SQLException {
Set<String> completions = new TreeSet<>();
if (null != connection)
return completions;
}
This class seems to be for web auto-completion. However, I don't see this feature in web instead BTW.
Attachments
Attachments
Issue Links
- is required by
-
ZEPPELIN-2360 [Umbrella] Improve Note editing experience
- Open