Member since
07-30-2019
453
Posts
112
Kudos Received
80
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2398 | 04-12-2023 08:58 PM | |
| 4970 | 04-04-2023 11:48 PM | |
| 1589 | 04-02-2023 10:24 PM | |
| 3478 | 07-05-2019 08:38 AM | |
| 3400 | 05-13-2019 06:21 AM |
08-14-2018
03:03 AM
Hi @Pankaj Singh, I have give some inputs to your original thread : https://community.hortonworks.com/questions/212131/hortonworks-hdp-30-update-stuck-in-progress-for-mo.html Hope that helps you troubleshooting this error .
... View more
08-13-2018
05:32 PM
1 Kudo
Hi @Alpesh Ghori , Glad that helpful. Cheers
... View more
08-13-2018
05:12 PM
4 Kudos
Hi @Daniel Zafar, Can you please navigate to the host where Timeline Reader is installed and Install Hbase Client in that host and let me know the result. Seeing the code base(the missing file is in hadoop-yarn-server-timelineservice-hbase-client) I have strong feeling this can fix the issue. Code reference : https://github.com/hortonworks/hadoop-release/blob/HDP-3.0.0.0-1634-tag/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/hadoop-yarn-server-timelineservice-hbase-client/src/main/java/org/apache/hadoop/yarn/server/timelineservice/storage/TimelineSchemaCreator.java Please log in and accept the answer if you find it helpful 🙂
... View more
08-13-2018
01:02 PM
Hi @Saurabh, Please login and accept the answer if this helped you.
... View more
08-13-2018
12:57 PM
Ho @Dmytro
Zagravskyi, glad that it worked for you. Can you please accept answer if this helped.
... View more
08-13-2018
05:26 AM
2 Kudos
Hi @Alpesh Ghori ,- Package['hdp-select'] {'retry_on_repo_unavailability': False, 'retry_count': 5} 2018-08-10 16:30:56,630 - Skipping installation of existing package hdp-select Command failed after 1 tries This error indicates that your hdp-select command is not working. can you mannually ssh to any one of the nodes and try to run this command mannualy additionally can you run this command whether to see [root@anaik1 /]# hdp-select
[root@anaik1 /]# ls -lart /usr/hdp/
total 12
drwxr-xr-x. 3 root root 16 Jul 17 05:56 share
drwxr-xr-x. 15 root root 4096 Jul 17 05:56 ..
drwxr-xr-x. 5 root root 51 Jul 17 05:57 .
drwxr-xr-x. 26 root root 4096 Aug 8 08:42 3.0.0.0-1634
drwxr-xr-x. 3 root root 4096 Aug 8 08:48 current
[root@anaik1 /]# rpm -qa | grep hdp-select
hdp-select-3.0.0.0-1634.el7.centos.noarch
your Packages are installed from HDP-3.0.0 only. The "rpm -qa | grep hdp-select" command will show if the hdp-select binary is installed from HDP 3.0.0 repo or from any old REPO. If the version mismatch then we might need to upgrade the hdp-select to the current hdp version (HDP 2.6.3). you can also verify if any of your yum repo is pointing to the old HDP repo inside the "/etc/yum.repos.d" , If yes then please edit those repos and then set the "enabled=0" in those files so that only the HDP 3.0.0 yum repo file is enabled when multiple HDP repos are present there. Then run # yum clean all
# yum repolist Please feel free to Login and accept the answer if you found this helpfull. it will encourage other users to do this troubleshooting once they face the same issue.
... View more
08-13-2018
05:06 AM
Hi @Daniel zafar, I looks like your package has some missing jars. Can you please confirm whats the content of your folder ,this is how mine looks like. If my assumption is correct yours will be missing : webapps, timelineservice and yarn-service-example folders. [root@anaik1 hadoop-yarn]# pwd
/usr/hdp/3.0.0.0-1634/hadoop-yarn
[root@anaik1 hadoop-yarn]# ls -l
total 12544
drwxr-xr-x. 2 root root 93 Jul 17 06:00 bin
lrwxrwxrwx. 1 root root 16 Jul 17 06:00 conf -> /etc/hadoop/conf
drwxr-xr-x. 3 root root 30 Jul 17 06:00 etc
-rw-r--r--. 1 root root 3097487 Jul 12 21:02 hadoop-yarn-api-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 38 Jul 17 06:00 hadoop-yarn-api.jar -> hadoop-yarn-api-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 110407 Jul 12 21:02 hadoop-yarn-applications-distributedshell-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 64 Jul 17 06:00 hadoop-yarn-applications-distributedshell.jar -> hadoop-yarn-applications-distributedshell-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 55399 Jul 12 21:02 hadoop-yarn-applications-unmanaged-am-launcher-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 69 Jul 17 06:00 hadoop-yarn-applications-unmanaged-am-launcher.jar -> hadoop-yarn-applications-unmanaged-am-launcher-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 300539 Jul 12 21:02 hadoop-yarn-client-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 41 Jul 17 06:00 hadoop-yarn-client.jar -> hadoop-yarn-client-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 2814263 Jul 12 21:02 hadoop-yarn-common-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 41 Jul 17 06:00 hadoop-yarn-common.jar -> hadoop-yarn-common-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 224598 Jul 12 21:02 hadoop-yarn-registry-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 43 Jul 17 06:00 hadoop-yarn-registry.jar -> hadoop-yarn-registry-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 294798 Jul 12 21:02 hadoop-yarn-server-applicationhistoryservice-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 67 Jul 17 06:00 hadoop-yarn-server-applicationhistoryservice.jar -> hadoop-yarn-server-applicationhistoryservice-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 1336803 Jul 12 21:02 hadoop-yarn-server-common-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 48 Jul 17 06:00 hadoop-yarn-server-common.jar -> hadoop-yarn-server-common-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 1293507 Jul 12 21:02 hadoop-yarn-server-nodemanager-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 53 Jul 17 06:00 hadoop-yarn-server-nodemanager.jar -> hadoop-yarn-server-nodemanager-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 2172705 Jul 12 21:02 hadoop-yarn-server-resourcemanager-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 57 Jul 17 06:00 hadoop-yarn-server-resourcemanager.jar -> hadoop-yarn-server-resourcemanager-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 149224 Jul 12 21:02 hadoop-yarn-server-router-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 48 Jul 17 06:00 hadoop-yarn-server-router.jar -> hadoop-yarn-server-router-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 94342 Jul 12 21:02 hadoop-yarn-server-sharedcachemanager-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 60 Jul 17 06:00 hadoop-yarn-server-sharedcachemanager.jar -> hadoop-yarn-server-sharedcachemanager-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 43865 Jul 12 21:02 hadoop-yarn-server-tests-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 47 Jul 17 06:00 hadoop-yarn-server-tests.jar -> hadoop-yarn-server-tests-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 93081 Jul 12 21:02 hadoop-yarn-server-timeline-pluginstorage-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 64 Jul 17 06:00 hadoop-yarn-server-timeline-pluginstorage.jar -> hadoop-yarn-server-timeline-pluginstorage-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 80404 Jul 12 21:02 hadoop-yarn-server-web-proxy-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 51 Jul 17 06:00 hadoop-yarn-server-web-proxy.jar -> hadoop-yarn-server-web-proxy-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 103378 Jul 12 21:02 hadoop-yarn-services-api-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 47 Jul 17 06:00 hadoop-yarn-services-api.jar -> hadoop-yarn-services-api-3.1.0.3.0.0.0-1634.jar
-rw-r--r--. 1 root root 539627 Jul 12 21:02 hadoop-yarn-services-core-3.1.0.3.0.0.0-1634.jar
lrwxrwxrwx. 1 root root 48 Jul 17 06:00 hadoop-yarn-services-core.jar -> hadoop-yarn-services-core-3.1.0.3.0.0.0-1634.jar
drwxr-xr-x. 2 root root 4096 Jul 17 06:00 lib
drwxr-xr-x. 2 root root 49 Jul 17 06:00 sbin
drwxr-xr-x. 3 root root 4096 Jul 17 06:00 timelineservice
drwxr-xr-x. 3 root root 16 Jul 17 06:00 webapps
drwxr-xr-x. 5 root root 51 Jul 17 06:00 yarn-service-examples
... View more
08-10-2018
10:20 AM
Hi @Dmytro Zagravskyi , java.lang.NullPointerException at org.apache.ambari.view.hive20.resources.jobs.JobService.getOne(JobService.java:144) https://github.com/apache/ambari/blob/release-2.6.2/contrib/views/hive20/src/main/java/org/apache/ambari/view/hive20/resources/jobs/JobService.java#L132 I see you are using Ambari hive views 2.0 for the query and itlooks like Job is not getting created ? Can you please try whats happening why you perform the same operation via beeline ? Hope this helps
... View more
08-10-2018
10:08 AM
Hi @Paul Norris, This seems to be new issue, i suggest you resolve this issue by marking the best answer . and start a new thread. There you post the Exception in code format i am code format additionally my initial understanding says this is becuase you have not done post upgrade tasks( which is upgrading AMS) . correct me if i am wrong .
... View more
08-10-2018
06:47 AM
Hi @Takanobu Asanuma , Happened to see in Hadoop-HDFS code repo. the issue you are referring to is Fixed in HDP-3.0.1. so I assume HDP-3.0 even don't have the fix. also cant find it in fixed issues in hortonworks docs : https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/release-notes/content/fixed_issues.html i would suggest you go ahead and create a Backport Request in hortonworks support portal which will be analyzed by engineers and provided a hotfix if the backport ing is possible? seeing the code I think backporting won't be an issue. Please login and accept this answer if you find this helpful 🙂
... View more