Re: Would like to request write access to the Hive Wiki

2018-08-13 Thread Carl Steinbach
Done!

On Wed, Aug 8, 2018 at 6:44 PM, Lu  wrote:

> Hi Hive team,
>
> I would like to request the write access to the Hive Wiki because I am
> planning to write a wiki for Teradata Binary File SerDe (JIRA ticket is
> here: https://issues.apache.org/jira/browse/HIVE-20225)
>
> My confluence username is: luli (https://cwiki.apache.org/conf
> luence/display/~luli)
>
> Thanks
>
> --
>
> Lu Li
>


Re: Programmatically determine version of Hive running on server

2018-08-13 Thread Amey Barve
Hi Bohdan,

Check *HiveVersionInfo* class
You may use *HiveVersionInfo.getVersion()* to get the hive version from
Java code.

Regards,
Amey


On Mon, 13 Aug 2018 at 16:14, Bohdan Kazydub 
wrote:

> No. Sorry, forgot to mention that this should be done from Java code.
>
> Best regards,
> Bohdan
>
> On Mon, Aug 13, 2018 at 12:53 PM, Devopam Mittra 
> wrote:
>
>> Can you achieve that with
>> hive --version ? using a simple script.
>>
>> regards
>> Dev
>>
>>
>> On Mon, Aug 13, 2018 at 2:49 PM Bohdan Kazydub 
>> wrote:
>>
>>> Hi all,
>>>
>>> is it possible to determine a version of Hive running on server using
>>> Hive (HiveMetaStoreClient etc.) 2.3.3?
>>>
>>> Best regards,
>>> Bohdan
>>>
>>
>>
>> --
>> Devopam Mittra
>> Life and Relations are not binary
>>
>
>


Re: Programmatically determine version of Hive running on server

2018-08-13 Thread Bohdan Kazydub
No. Sorry, forgot to mention that this should be done from Java code.

Best regards,
Bohdan

On Mon, Aug 13, 2018 at 12:53 PM, Devopam Mittra  wrote:

> Can you achieve that with
> hive --version ? using a simple script.
>
> regards
> Dev
>
>
> On Mon, Aug 13, 2018 at 2:49 PM Bohdan Kazydub 
> wrote:
>
>> Hi all,
>>
>> is it possible to determine a version of Hive running on server using
>> Hive (HiveMetaStoreClient etc.) 2.3.3?
>>
>> Best regards,
>> Bohdan
>>
>
>
> --
> Devopam Mittra
> Life and Relations are not binary
>


Re: Programmatically determine version of Hive running on server

2018-08-13 Thread Devopam Mittra
Can you achieve that with
hive --version ? using a simple script.

regards
Dev


On Mon, Aug 13, 2018 at 2:49 PM Bohdan Kazydub 
wrote:

> Hi all,
>
> is it possible to determine a version of Hive running on server using Hive
> (HiveMetaStoreClient etc.) 2.3.3?
>
> Best regards,
> Bohdan
>


-- 
Devopam Mittra
Life and Relations are not binary


Programmatically determine version of Hive running on server

2018-08-13 Thread Bohdan Kazydub
Hi all,

is it possible to determine a version of Hive running on server using Hive
(HiveMetaStoreClient etc.) 2.3.3?

Best regards,
Bohdan