| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
220 (0.087s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HDFS directory in /user/hive/warehouse getting "hive" as Owner ? - Hive - [mail # user]
|
|
...Forgot to add, if you want full filesystem level security on HDFS then you will need to enable kerberos based security. On Tue, Mar 26, 2013 at 7:41 AM, Nitin Pawar wrote: &nbs...
|
|
|
Author: Nitin Pawar,
2013-03-26, 02:13
|
|
|
Re: HDFS directory in /user/hive/warehouse getting "hive" as Owner ? - Hive - [mail # user]
|
|
...Sanjay, can you try adding 'LOCATION' clause to your create statement. By default the hive warehouse directory is writable by all the user. To create it by the individual users you nee...
|
|
|
Author: Nitin Pawar,
2013-03-26, 02:11
|
|
|
Re: Query crawls through reducer - Hive - [mail # user]
|
|
...instead of >= can you just try = if you want to limit top 100 (b being a partition i guess it will have more that 100 records to fit into your limit) to improve your que...
|
|
|
Author: Nitin Pawar,
2013-03-23, 04:02
|
|
|
Re: Has anybody used index on hive tables? how was the performance gain? and best way to do index? - Hive - [mail # user]
|
|
...indexes are definitely a help if you have aggregation function in your queries or group by's sometimes if you have crossjoins it will be helpful as well On Tue, Mar 19, 2013 at ...
|
|
|
Author: Nitin Pawar,
2013-03-19, 18:22
|
|
|
Re: Running Custom Query over Hive Metastore programatically - Hive - [mail # user]
|
|
...if you are using Hcatalog as hive metastore .. then hcatalog exposes lot of apis to play around On Tue, Mar 19, 2013 at 12:29 PM, Giridhar Addepalli <[EMAIL PROTECTED]  ...
|
|
|
Author: Nitin Pawar,
2013-03-19, 07:30
|
|
|
Re: syslog from hive - Hive - [mail # user]
|
|
...for syslog lmgtfy ... http://bit.ly/YeyTwL no you can not access syslog from hive directly for that you need to create an external table pointing to log directory and make sure your lo...
|
|
|
Author: Nitin Pawar,
2013-03-07, 12:46
|
|
|
Re: Where is the location of hive queries - Hive - [mail # user]
|
|
...the results are not stored to any file .. they are available on console only if you want to save to the results then write execute your query like hive -e "query" > file On W...
|
|
|
Author: Nitin Pawar,
2013-03-06, 16:05
|
|
|
Re: SemanticException Line 1:17 issue - Hive - [mail # user]
|
|
...this file /tmp/o_small.tsv looks like is existing on your local filesystem try load data local inpath it should work On Tue, Mar 5, 2013 at 6:12 PM, Sai Sai wrote: &...
|
|
|
Author: Nitin Pawar,
2013-03-05, 12:45
|
|
|
Re: Get the job id for a hive query - Hive - [mail # user]
|
|
...select statement without where clause is just a hdfs cat command. It will not run mapreduce for that. On Tue, Mar 5, 2013 at 5:48 PM, Tim Bittersohl wrote: N...
|
|
|
Author: Nitin Pawar,
2013-03-05, 12:25
|
|
|
Re: SemanticException Line 1:17 issue - Hive - [mail # user]
|
|
...it exists but where? on your hdfs or local linux filesystem ? so if you are checking the file with ls -l /tmp/ then add word local ls can you provide output of $HADOOP_HOME/bin/h...
|
|
|
Author: Nitin Pawar,
2013-03-05, 12:24
|
|
|
|