Member since
11-18-2014
196
Posts
18
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
9667 | 03-16-2016 05:54 AM | |
4845 | 02-05-2016 04:49 AM | |
3412 | 01-08-2016 06:55 AM | |
17531 | 09-29-2015 01:31 AM | |
2065 | 05-06-2015 01:50 AM |
10-04-2015
05:40 PM
Thanks for the notice, it could be an oversight with the docs. I'll look into it.
... View more
09-29-2015
01:31 AM
1 Kudo
The problem was solved by changing the source from spooldir to http. I think there is a problem with the spooldir source.
... View more
09-02-2015
07:25 AM
I believe that's because of replication. 2.21 TB refers to the amount of space taken up by the data you've stored plus the space taken up by all the replicas of that data. 1.88 TB refers to the amount of data you can store, accounting for the fact that HDFS will need space to make replicas.
... View more
05-06-2015
01:50 AM
Note: - the job is run with Map Reduce 2 only if I add a new library to the UDF ==> I get this error only when I add an external library to the UDF. The job run with MR1 (and a lot of warnings) when I added the library with register in the pig script. Alina
... View more
03-27-2015
01:19 AM
I'm using cdh5.3.0 ...
... View more
02-12-2015
10:51 PM
Hi I had the same issue , I have to make each statement in SQL file to be impala-shell -q *. Even it can work but I think it is so ugly and will be disaster when you have lots of statements ! I had raised the issue at this post before : http://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Impala-schedule-with-oozie-tutorial/m-p/24604#M727
... View more
01-23-2015
06:19 AM
Hi, Alina Seconds are taken into unix times, not miliseconds. So, select unix_timestamp('2014-10-07 00:00:00.999','yyyy-MM-dd HH:mm:ss.SSS') = unix_timestamp('2014-10-07 00:00:00.100','yyyy-MM-dd HH:mm:ss.SSS') Result: True You can check it here http://www.onlineconversion.com/unix_time.htm FYI http://en.wikipedia.org/wiki/Unix_time
... View more
01-21-2015
02:26 AM
1 Kudo
I guess you mean Impala. Impala: select unix_timestamp() result: 1 Hive: select unix_timestamp() result: 1421835925
... View more
01-20-2015
03:49 AM
1 Kudo
Hi Alina, 1. Impala does not use Map&Reduce engine. You can see queries on debug page: http://node:25000/queries
... View more
01-12-2015
02:04 PM
2 Kudos
Creating a user in Hue creates the user only in the Hue User database. Creating a user in Cloudera Manager create the user only the the Cloudera Manager User table. Both the user and the groups need to exist on the NameNode host operating system: sudo useradd Peter sudo usermod -G developer Peter If you don't want the user to be able to log in to the NameNode: sudo usermod -s /bin/falso Peter or sudo usermod -s /usr/bin/nologin Peter
... View more
- « Previous
- Next »