Member since
07-24-2015
2
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
11177 | 07-24-2015 07:51 AM |
07-24-2015
07:51 AM
Hey guys, I found one thing. Sorry to say this: i.e., Cloudera Hive & Cloudera Impala both just will support "forward-only and read-only ResultSet". Because both of these environments won't support Transactions.
... View more
07-24-2015
05:51 AM
" java.sql.SQLFeatureNotSupportedException: [Simba][JDBC](10220) Driver not capable. " The above exception is giving when I'm executing my JEE webapplication with Hive 0.13 in Eclipse (Kepler). Due to below line: pstmt = con.prepareStatement(query, ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE); NOTE: - The application is executing properly with query parameter of the above method. - But, This exception is coming just because of last 2 parameters of above method, nothing but ResultSet types. I Followed Configurations: - Cloudera Hive JDBC Driver class: com.cloudera.hive.jdbc4.HS2Driver - Connection URL: jdbc:hive2://192.168.1.135:10000/yottadb6 - Cloudera Software: cloudera-quickstart-vm-5.3.0-0-vmware - Hive v0.13 - Cloudera Hive Jdbc drivers 2.5.3 - Apache Tomcat 7.0 - JDK 1.7 Q: Can any body resolve the above problem as early as possible?
... View more
Labels:
- Labels:
-
Apache Hive