Re: Hive with SSL metastore

2013-10-29 Thread Jitendra Yadav
I haven't tried it, but I think you need to create trust store/key store
file using existing certificates.



*keytool -import -alias  -file  -keystore
*



And then you need to provide the TrustStore location in jdbc connection
string

jdbc:Host://:port>/;ssl=true;*
sslTrustStore=*;sslTrustStorePassword=


Hope this will help you.

Thanks
On Tue, Oct 29, 2013 at 1:40 PM, Kanwaljit Singh 
 wrote:

> Hi,
>
> In my deployment I have an SSL connection only PostGre SQL server.
>
> I tried giving the postgres IP with &SSL=true, but Hive is unable to find
> the certificates. I have no clue where Hive or PG's JDBC client driver look
> for certificates. Any help in this regard would be appreciated!
>
>

On Tue, Oct 29, 2013 at 1:40 PM, Kanwaljit Singh wrote:

> Hi,
>
> In my deployment I have an SSL connection only PostGre SQL server.
>
> I tried giving the postgres IP with &SSL=true, but Hive is unable to find
> the certificates. I have no clue where Hive or PG's JDBC client driver look
> for certificates. Any help in this regard would be appreciated!
>


Hive with SSL metastore

2013-10-29 Thread Kanwaljit Singh
Hi,

In my deployment I have an SSL connection only PostGre SQL server.

I tried giving the postgres IP with &SSL=true, but Hive is unable to find
the certificates. I have no clue where Hive or PG's JDBC client driver look
for certificates. Any help in this regard would be appreciated!