Re: Re: Impala Driver Source Code

2017-09-19 Thread Jeszy
Can you clarify what driver are you referring to?
Kudu doesn't have JDBC/ODBC drivers at all:
"Is there a JDBC driver available?
Kudu is not a SQL engine. The availability of JDBC and ODBC drivers
will be dictated by the SQL engine used in combination with Kudu."

https://kudu.apache.org/faq.html

FWIW, you can use Hive's open source driver to connect to impala, but
since it's not as widely used as Cloudera's drivers you may run into a
few issues.

On 19 September 2017 at 10:55, sky  wrote:
> Thank you Jeszy.
>  But doesn't impala provide an open-source driver like kudu? Or, where 
> have open source available drivers?
>
>
>
>
>
>
>
> At 2017-09-18 17:57:21, "Jeszy"  wrote:
>>If you are referring to Cloudera's JDBC and ODBC connectors,
>>unfortunately those are proprietary.
>>
>>On 18 September 2017 at 11:55, sky  wrote:
>>> Hi all,
>>> Could you give me a impala driver source code connection?


Re: Impala Driver Source Code

2017-09-18 Thread Jeszy
If you are referring to Cloudera's JDBC and ODBC connectors,
unfortunately those are proprietary.

On 18 September 2017 at 11:55, sky  wrote:
> Hi all,
> Could you give me a impala driver source code connection?