Member since
09-10-2013
3
Posts
0
Kudos Received
0
Solutions
09-17-2013
09:23 AM
Hi, I don't know if this is a bug, I've searched and didn't find anything. Currently in hive it is not possible to create and upper level union all view: CREATE VIEW as select x from Y UNION ALL select x from Z But you can have a work around CREATE VIEW as select * from ( select x from Y UNION ALL select x from Z) T If you try it in Impala fails, with thrift exception. This is not important. The importanT thing is that if Y and Z are partitioned, in Hive the view is partitioned too but in Impala it is not. It takes all the info. Coluld somebody help me with this, is thera a work around??? Shoul I open bug????
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Impala
09-13-2013
05:15 AM
Thanks!!!!
... View more
09-10-2013
12:34 AM
Hi, I get to a problem in Cloudera Manager and I can't configure hue service anymore. When I click configuration tab on hue service an error is launched: Ruta: http://82.223.131.171:7180/cmf/services/31/config Versión: Prueba de Cloudera Enterprise 4.7.0 (#122 built by jenkins on 20130905-1648 git: 058bfadc12904cd7a2d2066e61d28b3db44896e5) java.lang.UnsupportedOperationException: at ImmutableCollection.java line 94 in com.google.common.collect.ImmutableCollection add() It is in spanish but the error is there. I don't know what to do, I can configure individual components (Hue Server, and Beeswax server) but not the general hue service. Thanks for the help
... View more
Labels:
- Labels:
-
Cloudera Hue
-
Cloudera Manager