diff --git a/plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/registry/driver/DriverLibraryAbstract.java b/plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/registry/driver/DriverLibraryAbstract.java index 7fc2c85b5a266e043d12cd7d29eaaa70d7b7196e..4849c1315ce2d03fc32ed8dcafb00792822cfece 100644 --- a/plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/registry/driver/DriverLibraryAbstract.java +++ b/plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/registry/driver/DriverLibraryAbstract.java @@ -196,7 +196,7 @@ public abstract class DriverLibraryAbstract implements DBPDriverLibrary if (monitor.isCanceled()) { throw new InterruptedException(); } - monitor.subTask(numberFormat.format(totalRead) + "/" + numberFormat.format(contentLength)); + //monitor.subTask(numberFormat.format(totalRead) + "/" + numberFormat.format(contentLength)); final int count = inputStream.read(buffer); if (count <= 0) { success = true; diff --git a/plugins/org.jkiss.dbeaver.ext.generic/plugin.xml b/plugins/org.jkiss.dbeaver.ext.generic/plugin.xml index 1b3f5867e655548ab14b1f561a4e7ee5db2fe04f..619923b2510f9233437f416dc3c4cc2a93bdb012 100644 --- a/plugins/org.jkiss.dbeaver.ext.generic/plugin.xml +++ b/plugins/org.jkiss.dbeaver.ext.generic/plugin.xml @@ -647,6 +647,7 @@ description="Apache Hive JDBC" webURL="https://cwiki.apache.org/confluence/display/Hive/Home"> +