提交 52730f25 编写于 作者: J jurgen

Hive dependencies

Former-commit-id: 5c69d2d3
上级 9f2f13e1
......@@ -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;
......
......@@ -647,6 +647,7 @@
description="Apache Hive JDBC"
webURL="https://cwiki.apache.org/confluence/display/Hive/Home">
<file type="jar" path="maven:/org.apache.hive:hive-jdbc:RELEASE"/>
<file type="jar" path="maven:/org.apache.hadoop:hadoop-core:RELEASE"/>
</driver>
<driver
id="apache_drill"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册