| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
15 (0.146s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-2538] Database level authorization can be circumvented by first "using" a database that one has ALL privileges to - Hive - [issue]
|
|
...You can replicate this bug by recreating my setup, which I describe below:I have our "default" database set up to only allow SELECT for user "skrishnan". But user skrishnan has "ALL" privile...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2538
Author: Sriram Krishnan,
2012-11-26, 21:31
|
|
|
[HIVE-2539] Enable passing username/password via JDBC - Hive - [issue]
|
|
...Changing the username and/or the password seems to have no effect (also confirmed here: https://cwiki.apache.org/Hive/hivejdbcinterface.html). Connection con = DriverManager.get...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2539
Author: Sriram Krishnan,
2012-10-17, 02:19
|
|
|
Re: hive permissions issue on a database - Hive - [mail # user]
|
|
...In general, Hive authorization is not very secure, as is documented on the wiki: https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Autho rization. You are likely ru...
|
|
|
Author: Sriram Krishnan,
2012-10-02, 04:21
|
|
|
Re: Error while reading from task log url - Hive - [mail # user]
|
|
...What version of Hadoop and Hive are you using? We have seen errors like thi s in the past – and you can actually replace taskid with attemptid to fet ch your logs. So try this: http://...
|
|
|
Author: Sriram Krishnan,
2012-07-20, 19:39
|
|
|
Re: HIVE and S3 via EMR? - Hive - [mail # user]
|
|
...Currently EMR only supports Hive versions 0.7.x AFAIK. Russell, you may have to use Florin's suggestion – however, since your ta ble is not partitioned, you will have to use something ...
|
|
|
Author: Sriram Krishnan,
2012-05-29, 20:32
|
|
|
Re: Hive Security - Hive - [mail # user]
|
|
...I was under the impression that Toad uses JDBC – and AFAIK there is no wa y to authenticate users via JDBC using the HiveServer. FYI - https://issues.apache.org/jira/browse/HIVE-2539. ...
|
|
|
Author: Sriram Krishnan,
2012-01-31, 18:59
|
|
|
Re: Joining between table of different databases - Hive - [mail # user]
|
|
...Yes, you can do it :). Are you having any problems doing it – if so, what are the errors you are seeing? You should be able to use db.table_name in your joins. HiveQL doesn't see...
|
|
|
Author: Sriram Krishnan,
2012-01-31, 16:27
|
|
|
Re: move tables into different database - Hive - [mail # user]
|
|
...I had to resort to a shell script, the crux of it was something like this: echo "Getting the DB_ID for the source database:" source_db_id=`mysql -u $mysql_user -h $mysql_host -p$mysql_...
|
|
|
Author: Sriram Krishnan,
2012-01-31, 06:47
|
|
|
Re: move tables into different database - Hive - [mail # user]
|
|
...You could do that if you don't mind moving the data (which may be expensive depending on how much data you have). Also if your table is partitioned, y ou may have to do another additio...
|
|
|
Author: Sriram Krishnan,
2012-01-31, 01:48
|
|
|
Re: move tables into different database - Hive - [mail # user]
|
|
...AFAIK there is no way in HiveQL to do this. We had a similar requirement in the past, and we wrote a shell script to update the MySQL metastore direct ly (obviously not the cleanest or...
|
|
|
Author: Sriram Krishnan,
2012-01-30, 16:09
|
|
|
|