Member since
09-25-2017
10
Posts
2
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
18485 | 01-10-2018 10:55 AM | |
3676 | 09-25-2017 02:37 PM |
11-10-2019
07:32 AM
Are there steps?
... View more
08-28-2018
01:47 PM
there is a possibility that your daemon process is hung find it and kill it $> ps -eaf|grep impala impala 4399 1 0 Aug17 ? 00:00:00 python2.7 /usr/lib64/cmf/agent/build/env/bin/cmf-redactor /usr/lib64/cmf/service/impala/impala.sh impalad impalad_flags false clouder+ 8426 5709 0 16:34 pts/0 00:00:00 grep --color=auto impala impala 12322 1 0 Aug17 ? 00:00:00 /opt/cloudera/parcels/CDH-5.10.1-1.cdh5.10.1.p0.10/lib/impala/sbin-retail/impalad --flagfile=/run/cloudera-scm-agent/process/3639-impala-IMPALAD/impala-conf/impalad_flags $>sudo kill -9 12322 $>sudo kill -9 4399 try to restart your daemon and check the port $> sudo netstat -lntp|grep 22000
... View more
07-12-2018
12:26 PM
@alpertankut, I would check the Cloudera Manager logs to see if there is a stack trace or informational lines explaining why the access denied was returned. Also, try a new browser to see if the same problem is occurring in that.
... View more
03-28-2018
09:43 AM
@alpertankut current link is https://www.cloudera.com/documentation/enterprise/latest/topics/impala_analytic_functions.html#row_number
... View more
01-10-2018
10:55 AM
1 Kudo
that means you have many services running on your server so your server doesn't provide the memory request to Java. I don't know your clusters setup, but it is possible many services are running that specific server. Try to reduce the running services.
... View more
01-03-2018
12:00 PM
1 Kudo
is this the solution?
... View more
09-29-2017
11:12 AM
This did not solve my same issue!
... View more