| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
66 (0.081s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Custom UserDefinedFunction in Hive - Hive - [mail # dev]
|
|
...I tested that function using main and by printing it out and it works fine. As I am trying to get the Yesterday's date. I need my query to be like this as today's date is Aug 6th, so q...
|
|
|
Author: Raihan Jamal,
2012-08-07, 06:18
|
|
|
Custom UserDefinedFunction in Hive - Hive - [mail # dev]
|
|
...*Problem* I created the below UserDefinedFunction to get the yesterday's day in the format I wanted as I will be passing the format into this below method from the query. ...
|
|
|
Author: Raihan Jamal,
2012-08-07, 01:39
|
|
|
Variable Substitution in Hive 0.6? - Hive - [mail # dev]
|
|
...Does anyone is aware of Hive variable substitution works in Hive 0.6 or not? *Raihan Jamal*...
|
|
|
Author: Raihan Jamal,
2012-08-04, 07:50
|
|
|
Re: Error while reading from task log url - Hive - [mail # user]
|
|
...Yup, Thanks it worked. *Raihan Jamal* On Fri, Jul 20, 2012 at 1:40 PM, Bejoy KS wrote: _14407 wrote: to 01207172005_14407_r_000000_1&all=true hen he te:...
|
|
|
Author: Raihan Jamal,
2012-07-20, 22:45
|
|
|
Re: Error while reading from task log url - Hive - [mail # user]
|
|
...I tried opening the below URL, and nothing got opened, I got page cannot be displayed. Why is that so? *Raihan Jamal* On Fri, Jul 20, 2012 at 12:39 PM, Sriram Krish...
|
|
|
Author: Raihan Jamal,
2012-07-20, 20:00
|
|
|
Re: Error while reading from task log url - Hive - [mail # user]
|
|
...After setting this in Hive- hive> SET hive.exec.show.job.failure.debug.info=false; I can see the logs on my console itself? Or I need to go somewhere to see the actual logs an...
|
|
|
Author: Raihan Jamal,
2012-07-20, 19:53
|
|
|
Error while reading from task log url - Hive - [mail # user]
|
|
...Whenever I run the below query- * * *SELECT buyer_id, item_id, ranknew(buyer_id, item_id), created_time* *FROM (* * SELECT buyer_id, item_id, created_time* * FROM t...
|
|
|
Author: Raihan Jamal,
2012-07-20, 19:12
|
|
|
Re: Difference between timestamp is 15 minutes - Hive - [mail # user]
|
|
...Something like this will work in Hive? *ON ((UNIX_TIMESTAMP(testingtable1.created_time) - (prod_and_ts.timestamps / 1000)) / 60* 1000 wrote: ...
|
|
|
Author: Raihan Jamal,
2012-07-18, 23:55
|
|
|
Difference between timestamp is 15 minutes - Hive - [mail # user]
|
|
...This is the CREATED_TIME *`2012-07-17 00:00:22`* and this is the Corresponding Timestamp *`1342508427000`*. Here timestamp is *5 seconds*more than the *`CREATED_TIME`*. I need to see below s...
|
|
|
Author: Raihan Jamal,
2012-07-18, 23:48
|
|
|
Re: Get only the date from DateType data - Hive - [mail # user]
|
|
...And CREATED_TIME is string data type. *Raihan Jamal* On Wed, Jul 18, 2012 at 2:48 PM, Raihan Jamal wrote: ...
|
|
|
Author: Raihan Jamal,
2012-07-18, 21:55
|
|
|
|