pig is not visible inside hue
Asked Answered
S

1

6

I have a hadoop cluster.

Pig is installed: enter image description here

But the pig editor is not visible inside hue (3.7): enter image description here

How can I fix it?

Starve answered 15/1, 2018 at 21:34 Comment(0)
D
1

Can you check your hue.ini file

In the interpreters section, as shown below

# One entry for each type of snippet.
  [[interpreters]]

Add

   [[[pig]]]
      name=Pig
      interface=oozie

Restart the service and check Hue again.

I am not sure if this will work, but its worth giving a shot ! Hope this helps !

Deluge answered 21/1, 2018 at 22:44 Comment(1)
I have added the lines in in the hue.ini file and restarted the service but it does not change anything. I have no interpreters section in the configuration file. Where should it be located? Under desktop?Starve

© 2022 - 2024 — McMap. All rights reserved.