Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.7.0
-
Fix Version/s: 0.8.0
-
Component/s: None
-
Labels:None
Description
hive-jdbc still doesn't compile, see HIVE-3384 for detais
errors like:
[javac] Compiling 28 source files to /projects/apache/bigtop/build/hive/rpm/BUILD/hive-0.11.0/src/build/jdbc/classes
[javac] /projects/apache/bigtop/build/hive/rpm/BUILD/hive-0.11.0/src/jdbc/src/java/org/apache/hive/jdbc/HiveCallableStatement.java:48: error: HiveCallableStatement is not abstract and does not override abstract method <T>getObject(String,Class<T>) in CallableStatement
[javac] public class HiveCallableStatement implements java.sql.CallableStatement {
Jira says the it's been fixed in 0.11, but errors are still there.