Re: Hive Server 2 Python Client Drivers

2013-10-29 Thread Lefty Leverenz
When it's ready, I can add it to the wikidoc for you if you don't have editing access. -- Lefty On Wed, Oct 23, 2013 at 7:24 PM, Brad Ruderman bruder...@radiumone.comwrote: Thanks Stephen- I will submit it, its definitely still kinda beta mode. Looking for feedback and contributors if

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!

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 alias -file path-to-cerficate-file -keystore truststorefile* And then you need to provide the TrustStore location in jdbc connection string

Re: request Hive wiki write access

2013-10-29 Thread Ashutosh Chauhan
Hi Brad, Sure, but first you first need to create an account on https://cwiki.apache.org/confluence/display/Hive/Home Once you have done that, than let me know your cwiki id and I will add you as a contributor. On Mon, Oct 28, 2013 at 6:05 PM, Brad Ruderman bruder...@radiumone.comwrote: 3rd

create table via thrift using python

2013-10-29 Thread douxins...@gmail.com
Hi guys, I got to create table via thrift and I used python. I noticed that there was a function 'create_table' but I didn't know how to use it , I knew it needed a arg called 'tbl', I had no idea what 'tbl' exactly is Cheers, Dou douxins...@gmail.com