I’ve downloaded the HDP 2.2 for centos 6 (linux servers have no internet access) and installed the hue-plugins rpm as instructed, but there is no jar file in the rpm:
rpm -q –filesbypkg hue-plugins-2.6.1.2.2.4.2-2.el6.x86_64
hue-plugins /usr/lib/hadoop/lib
ls -al /usr/lib/hadoop/lib
total 584
drwxr-xr-x 2 root root 4096 Mar 31 22:53 .
drwxr-xr-x 3 root root 4096 May 19 14:17 ..
-rw-r–r– 1 root root 29407 Apr 13 19:29 ambari-log4j-2.0.0.151.jar
-rw-r–r– 1 root root 551290 Apr 13 19:29 postgresql-9.1-901-1.jdbc4.jar
I was expecting a file something like hue-plugins-*.jar somewhere on the linux server.
Any ideas? Thanks.