Member since
08-24-2018
5
Posts
1
Kudos Received
0
Solutions
09-19-2018
09:32 AM
I am trying to install HUE on centos 7 for HDP 2.4. I am doing command line installation from the link. https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/bk_command-line-installation/content/use_hue_mysql.html Now i am trying to sync HUE with external database. But i am getting the below error. [root@d6 ~]# cd /usr/lib/hue [root@d6 hue]# source build/env/bin/activate
(env)[root@d6 hue]# hue syncdb --noinput
python2.6: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory Got stuck here for few days . Kindly suggest how to solve this issue. I have gone through few documents but no luck.
... View more
Labels:
- Labels:
-
Cloudera Hue
09-10-2018
03:50 PM
untitled.png
... View more
09-10-2018
03:45 PM
I have cloned hue service by following. https://github.com/EsharEditor/ambari-hue-service Now trying to add hue services to my cluster and i am getting the below error after clicking add service. 500 status codereceived on GET method for API: /api/v1/stacks/HDP/versions/2.4/recommendations I am doing it with root user so running /var/run/ambari-server would not be a problem. Stucked here for a long time .
... View more
Labels:
- Labels:
-
Cloudera Hue
08-25-2018
07:40 AM
Latest update ============= if i insert a row from hue ,i am not able to delete that from hive cli. But insert and delete works fine directly from hive cli.
... View more
08-24-2018
02:30 PM
1 Kudo
I am able to update and delete a table from hive shell. We are using Cloudera distributed hadoop for Poc. I have set the acid properties in hive-site.xml and restarted hive services and everything was working fine with hive shell. But when i used hive form hue i am not able to update and delete the same table. I am getting the below error.
Error while compiling statement: FAILED: SemanticException [Error 10294]: Attempt to do update or delete using transaction manager that does not support these operations. What ever parameters i set in hive-site.xml is not reflected in hive when accessed from hue. For eg) set hive.support.concurrency is true in hive shell, but when i checked the same from hive.hue it shows false. Experts please suggest where i am going wrong.
... View more
Labels:
- Labels:
-
Apache NiFi