Review Request 54711: HIVE-1555 [currently support only reading primitive types from oracle db]

2016-12-13 Thread Dmitry Zagorulkin
76e0cffdcfac4c4c6aed73a1ca479716857cc659 packaging/src/main/assembly/src.xml f27911235b995850a444c9640a0e3b2090551665 pom.xml 3d8fa1a044e9da94efef5bef2e01d9959f3d8e92 Diff: https://reviews.apache.org/r/54711/diff/ Testing --- Thanks, Dmitry Zagorulkin

HIVE-1555 discussion

2016-11-22 Thread Dmitry Zagorulkin
Hello! I've implemented simple solution with some hard code by now. It's tested with oracle database. {code:sql} beeline> !connect jdbc:hive2://localhost:1 Connecting to jdbc:hive2://localhost:1 Enter username for jdbc:hive2://localhost:1: Enter password for jdbc:hive2://localhost:100

Re: HIVE-1555 [JDBCStorageHandler]

2016-11-08 Thread Dmitry Zagorulkin
I have solved the first problem. Looking forward for your clarification about other problems. Thanks in advance. > On 8 Nov 2016, at 13:08, Dmitry Zagorulkin wrote: > > Hello everyone! > > I have started work on HIVE-1555 feature. > > There are few questions: &g

HIVE-1555 [JDBCStorageHandler]

2016-11-08 Thread Dmitry Zagorulkin
org.apache.hadoop packages are excluded from build. Should i use this classes in my code? Should i need to exclude filtering for org.apache.hadoop group? Thanks, Dmitry Zagorulkin

HIVE-1555 JDBC Storage Handler

2016-11-01 Thread Dmitry Zagorulkin
Hello everyone! I’ve found that HIVE-1555 JDBC Storage Handler feature request was created about six years ago and still open. Could you provide any ideas why? Is it hard to implement or is it not important feature? Is it possible to assign this task to me?