I try another query and was able to fetch the logs:
query: select ymd,count(1),count(distinct sessionId) from visit where
ymd<=20140831 group by ymd order by ymd ;
in app logs:
2014-10-05 17:32:58,520 INFO [ORC_GET_SPLITS #4]
org.apache.hadoop.hive.ql.io.orc.OrcInputFormat: ORC pushdown predicat
Thanks guys, these are great info.
- it works fine when use "set hive.execution.engine=mr"
- there is nothing else printed after the exception; and no application
logs either
is this a bug?
On Fri, Oct 3, 2014 at 6:39 PM, Gopal V wrote:
> On 10/3/14, 5:20 PM, Echo Li wrote:
>
>> thanks for re
On 10/3/14, 5:20 PM, Echo Li wrote:
thanks for reply!
the query is: *select count(customerid) from tableName where ymd=20140930 ;*
That is simple enough that it should work anyway.
There is strong possibility that the rest of that RuntimeException gives
a clue to the problem - if anything is
Is ur Query working when you set hive.execution.engine=mr..?
On Fri, Oct 3, 2014 at 7:20 PM, Echo Li wrote:
> thanks for reply!
>
> the query is: *select count(customerid) from tableName where ymd=20140930
> ;*
>
> when I try to get the application logs only got this:
>
>
>
>
>
>
>
>
>
>
> *dag_
thanks for reply!
the query is: *select count(customerid) from tableName where ymd=20140930 ;*
when I try to get the application logs only got this:
*dag_1412033199033_6639_1.dot : Total file length is 1562 bytes.stderr :
Total file length is 0 bytes.stderr_dag_1412033199033_6639_1 : To
Hi,
Can you share the query and the application logs with us? Which
version of hive is this?
Thanks
Vikram.
On Fri, Oct 3, 2014 at 4:51 PM, Echo Li wrote:
> Hi guys,
>
> I run some simple hive query and got the error below:
>
> Status: Running (application id: application_1412033199033_6623)
>