Member since
06-15-2017
10
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2465 | 06-15-2017 08:35 PM |
09-04-2017
10:42 PM
I have also encountered this problem I have attached the Hue 3.12 job browser page network performance result using firefox developer tool. I think there is a very big json file (9.25MB in size) that is being transfered that's why it takes so long. However, I also perform network perf on Hue 3.6 but there is no json file with that size, just 2 bytes json file. Navigating through the job browser page was almost instant when in Hue 3.6 even though it has almost 10,000+ entries, much more than my fresh installed Hue 3.12. Are there any optimization properties we could apply on Hue to make loading of pages faster on Hue 3.12?
... View more
07-26-2017
05:51 AM
1 Kudo
This worked for me. (Do this at your own risk) Restart Zookeeper and HBASE Clean Wal and zookeeper hbase-unsecure $ sudo -u hdfs hdfs dfs -rm -r /apps/hbase/data/WALs/ $ zookeeper-client
rmr /hbase-unsecure/rs Restart HBase
... View more
07-06-2017
04:50 AM
What path does ATS daemon logs located?
... View more
07-06-2017
04:44 AM
I see but is it a normal behaviour for squirrel to let any user/password access phoenix?
... View more
07-05-2017
01:26 AM
Ambari alerts this message:
"Connection failed to https://domain.com:8188/blah/blah" or "App Timeline Server Web UI is unreachable" when debug mode is enabled on Yarn > Configs > Advanced > Advanced yarn-env > yarn-env template export YARN_ROOT_LOGGER=${YARN_ROOT_LOGGER:-DEBUG,EWMA,RFA} Is this a bug on ambari or Yarn? Is there a fix for this? ----- Cluster Versions Ambari 2.2.1.0 HDP 2.3.4.7-4
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache YARN
07-04-2017
04:46 AM
Hello guys,
SQuirrel client allows phoenix jdbc connection using any user and
password, but for security reasons, this behaviour is misleading. Is
there a way to just disable the login prompt on squirrel? Or is there other authentication we can use to connect to phoenix?
... View more
Labels:
- Labels:
-
Apache Phoenix
06-15-2017
08:35 PM
1 Kudo
It was fixed on Hue 4.0 But if you want to apply the patch edit apps/pig/src/pig/api.py Replace this line: LOG_END_PATTERN = '(<<< Invocation of Pig command completed <<<|<<< Invocation of Main class completed <<<)' With this line: LOG_END_PATTERN = '(<<< Invocation of Pig command completed <<<|<<< Invocation of Main class completed <<<)' Ref: https://github.com/cloudera/hue/commit/76273c0165da5dbca5cf7741fea6e0037a928a36
... View more
03-24-2017
01:58 AM
Hope this will help anyone: Add or modify below properties Ambari > Spark > Configs > Custom spark-defaults spark.eventLog.enabled = true spark.history.fs.logDirectory = hdfs://<fs.defaultFS>/<directory-to-your-spark-logs> Ambari > Spark > Configs > Advanced spark-defaults spark.history.provider = org.apache.spark.deploy.history.FsHistoryProvider
... View more
02-10-2017
02:14 AM
Thank you that was well answered.
... View more
02-09-2017
01:19 AM
Do I need to set the password on some configuration files when I change the service user account passwords (hdfs,yarn,mapred,hbase,oozie,hive etc.)?
... View more
Labels: