Re: question about hive sql

2014-04-21 Thread Shengjun Xin
You need to check the container log for the details On Tue, Apr 22, 2014 at 10:27 AM, EdwardKing wrote: > I use hive under hadoop 2.2.0, first I start hive > [hadoop@master sbin]$ hive > 14/04/21 19:06:32 INFO Configuration.deprecation: > mapred.input.dir.recursive is deprecated. Instead, use

question about hive sql

2014-04-21 Thread EdwardKing
I use hive under hadoop 2.2.0, first I start hive [hadoop@master sbin]$ hive 14/04/21 19:06:32 INFO Configuration.deprecation: mapred.input.dir.recursive is deprecated. Instead, use mapreduce.input.fileinputformat.input.dir.recursive 14/04/21 19:06:32 INFO Configuration.deprecation: mapred.max.spl

Re: question about hive SQL

2013-08-19 Thread Sanjay Subramanian
lto:user@hive.apache.org>" mailto:user@hive.apache.org>> Date: Monday, August 19, 2013 2:04 AM To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: question about hive SQL hi,all: i do not very familar with HQL, and my pro

question about hive SQL

2013-08-19 Thread ch huang
hi,all: i do not very familar with HQL, and my problem is ,now i have 2 queries Q1: select page_url, original_category,token from media_visit_info group by page_url, original_category,token limit 10 Q2: select original_category as code , weight from media_visit_info where page_url='X' gr