Member since
07-19-2018
613
Posts
101
Kudos Received
117
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5097 | 01-11-2021 05:54 AM | |
| 3422 | 01-11-2021 05:52 AM | |
| 8790 | 01-08-2021 05:23 AM | |
| 8385 | 01-04-2021 04:08 AM | |
| 36691 | 12-18-2020 05:42 AM |
04-02-2020
06:29 AM
1 Kudo
@Gubbi The solution here is a now minute 24 hours: Yesterday: ${now():minus(86400000):format('MM-dd-yyyy hh:mm:ss') } Day Before Yesterday: ${now():minus(86400000):minus(86400000):format('MM-dd-yyyy hh:mm:ss') }
... View more
04-01-2020
03:00 PM
@bhara FYI: I have an HDP2.6.5 install going now from the management pack with version 3.11.0. Its looking good. Tomorrow morning I should be able to release the 3.11 management pack, and then create the HDP2 + Hue 4.6.0 version. All of this needed to be able to create 1 single management pack to cover all versions. Quite a task....
... View more
04-01-2020
02:55 PM
@bhara looking good on dependencies. This error is from the previous install. If you bailed out, some of items were completed on previous attempts. You need to reset everything and start again. For the error above it is just an issue with the existing symlinks (see commands below). For your error just execute, and retry, or re-install rm -rf /usr/local/hue rm -rf /usr/hdp/current/hue-server rm -rf /usr/local/hue-* The full reset commands are: rm -rf /var/lib/ambari-server/resources/stacks/HDP/2.6/services/HUE rm -rf /var/lib/ambari-agent/cache/stacks/HDP/2.6/services/HUE/ rm -rf /usr/local/hue rm -rf /usr/hdp/current/hue-server rm -rf /usr/local/hue-* If you do full reset, you have to start all over again with putting the service into the ambari-server, and restart ambari...
... View more
04-01-2020
12:50 PM
@Saisreenath According to this article: you should be in the folder containing the script you want to execute to set the execution permissions. Nifi needs permissions to access the script. It also needs permission to be able to execute the command you gave it. In your error it is saying it cannot run the python command. You may need to adjust that command path. In summary make sure you give correct permissions to everything you put in Properties tab of the NiFi Processor, and use the correct paths for python.
... View more
04-01-2020
12:39 PM
That is a dependency issue during the command "make install" for hue. Your specific error seems to be related to python-tools and mysql client. You need to make sure you have the environment ready before installing Hue. https://docs.gethue.com/administrator/installation/dependencies/ I put them all into the service, but if your environment does not contain repos to deliver the dependencies, then they will fail. What operating system are you testing with?
... View more
04-01-2020
12:07 PM
Some more updates here: HDP 3.x with Hue 3.11.0 Custom Ambari Hue Service is operational. Repo Here HDP 3.x with Hue 4.6.0 Custom Ambari Hue Service is operational. Repo Here HDP 3.x with Hue 4.6.0 DFHz Management Pack is operational. Repo Here HDP 2.x with Hue 3.11.0 Custom Ambari Hue Service is operational. Repo Here HDP 2.x with Hue 4.6.0 Custom Ambari Hue Service is operational. Repo Here If anyone has questions or issues please open a new question and tag me in it. You can also reach out via Private Message for additional assistance with any of the above repos.
... View more
04-01-2020
10:50 AM
I am working on a repo for Hue 4.6.0 now: https://github.com/steven-dfheinz/HDP2-Hue4-Service I am installing it now. This should work, but I want to make some disclosures so you understand. This is a custom service and not supported. It will work just fine but you will have to do more work after "install". The change from Hue3 to Hue4 is quite a bit more differences than just the required differences to make the original service work. The Hue 3 included a configuration for "pseudo-distributed.ini". The Hue 4 uses a default "hue.ini" file with minimal changes. Once you install, you will need to make changes to the configs hue.ini via ambari as you work towards getting Hue Plugins configured: HDFS, Hive, Hbase, Zeppelin, etc. If you have any issues please open a new question here and tag me in it.
... View more
04-01-2020
10:28 AM
@bhara Sorry I don't know how long this stuff takes, sometimes takes me a few days. I have had some issues with the HDP 2 Management Pack. I did get the Hue Service working and created a repo for those required changes. You can find that here: https://github.com/steven-dfheinz/HDP2-Hue-Service Install is very easy and it should work out of the box if there are no dependency issues. The dependencies are documented at gethue.com. For my test the epel repo was what I needed to get centos 7.4 ready to install everything. Here are the node commands in my test to install Ambari and HDP 2.6.5: yum install nano git wget -y yum --enablerepo=extras install epel-release -y wget -nv http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.6.2.0/ambari.repo -O /etc/yum.repos.d/ambari.repo yum install java java-devel mariadb mariadb-server mysql-connector-java ambari-server ambari-agent -y ambari-server setup -s && ambari-server setup --jdbc-db=mysql --jdbc-driver=/usr/share/java/mysql-connector-java.jar && ambari-server start && ambari-agent start && service mariadb start && chkconfig mariadb on Next I installed ambari and then once everything was running the actual Hue Service Install is just: sudo git clone https://github.com/steven-dfheinz/HDP2-Hue-Service.git /var/lib/ambari-server/resources/stacks/HDP/2.6/services/HUE service ambari-server restart Then install from Ambari.
... View more
04-01-2020
07:54 AM
Working on HDP 2.4 with hue 3.11 now. These are the minimal required version to get the original repo working with gethue.com. Hue and Hortonworks changed since it was created. This is why the original repo doesn't work. Soon as I am done I will make another one for HDP 2.x with 4.x.
... View more
04-01-2020
06:14 AM
@bhara I replied on the other topic you responded on. I am shifting into high gear to get my management pack ready for the original Ambari Hue Service (3.x). I should have it ready here this morning: https://github.com/steven-dfheinz/HDP3-Hue-Service https://github.com/steven-dfheinz/dfhz_hue_mpack
... View more