0

I am having the following error while accessing Hue in Cloudera quick start. I have checked the connectivity and looks fine. I am hoping if anyone can direct me on how to resolve as I am a beginner to Hadoop and stacked with this issue? I appreciate any help. enter image description here

Moh K
  • 484
  • 1
  • 4
  • 17
  • When I click continue it will take so long and bring another warning: Unresponsive script. .....js.33 – Moh K Oct 21 '18 at 21:26

1 Answers1

2

The quickstart VM requires 6-8 GB of RAM to work well. Otherwise, your memory is probably swapping and causing it to be unresponsive

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
  • thanks for the help. I did increase the memory and now working fine. – Moh K Oct 23 '18 at 11:52
  • I am trying to use Pig editor and open from the drop-down menu under Query. I say your "This is the old Pig Editor, it is recommended to instead use the new Editor". How do I install the new version? – Moh K Oct 23 '18 at 11:57
  • I don't use Pig in Hue, but maybe it wants you to use a Notebook – OneCricketeer Oct 23 '18 at 12:31
  • 1
    Thanks, Cricket_007, the issue gets resolved when I re-install with the latest version. – Moh K Oct 24 '18 at 09:50