Member since
01-19-2017
3682
Posts
633
Kudos Received
373
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1736 | 06-04-2025 11:36 PM | |
| 2169 | 03-23-2025 05:23 AM | |
| 1036 | 03-17-2025 10:18 AM | |
| 3968 | 03-05-2025 01:34 PM | |
| 2710 | 03-03-2025 01:09 PM |
05-08-2019
10:10 PM
@Maurice Knopp Maria DB uses the MySQL drivers, you will need to the below steps to successfully deploy hive, this is my HDP 3.1 installation so I am pretty sure of what I am saying. The Hortonworks matrix helps you choose the right versions for compatibility for HDP 3.1.0 you will need MariaDB 10.2 or MySQL 5.7 only with InnoDB Ensure that you change the JDBC drivers as shown in the screen # yum install -y mysql-connector-java Make ambari aware of the driver ambari-server setup --jdbc-db=mysql --jdbc-driver=/usr/share/java/mysql-connector-java.jar The above setup won't destroy your Ambari installation! Please let me know
... View more
05-08-2019
09:18 PM
@Erkan ŞİRİN Can you add these values in your mapred.xml get the values of mapreduce.job.ubertask.maxbytes from hdfs-site.xml mapreduce.job.ubertask.enable = true
mapreduce.job.ubertask.maxmaps = 1
mapreduce.job.ubertask.maxreduces = 1
mapreduce.job.ubertask.maxbytes = {get value from hdfs dfs.block.size parameter in hdfs-site.xm Then restart the YARN and MR and relaunch the job
... View more
05-04-2019
07:23 AM
1 Kudo
@duong tuan anh I can see hiveServer2 also has an issue can you resolve that or what is the problem. It's the TSv2 which is not starting can you share specifically those logs? Change you run the below snippets $ hdfs dfs -chown -R yarn:hadoop /ats Finally $ hdfs dfs -chown -R yarn-ats:hdfs /atsv2/hbase Restart the services and revert HTH
... View more
05-03-2019
11:05 AM
@duong tuan anh Any updates
... View more
05-03-2019
08:03 AM
1 Kudo
@duong tuan anh Indeed the files are huge can you do a quick solution I saw after reading your logs, Caused by: org.apache.hadoop.security.AccessControlException As the root user switch to hdfs # su - hdfs Change ownership of the mapred directory $ hdfs dfs -chown -R mapred:hadoop /mr-history That should resolve the problem. Keep me posted
... View more
05-03-2019
12:46 AM
1 Kudo
@duong tuan anh Can you also attach the below recent logs hadoop-yarn-resourcemanager-xxxx.log
hadoop-yarn-nodemanager-xxxx.log
hadoop-yarn-root-registrydns-xxxx.log
hbase-yarn-ats-master-xxxx.log Thank you
... View more
05-02-2019
08:56 AM
@duong tuan anh Can you share the YARN/MR logs?
... View more
04-30-2019
03:16 PM
@Michael Bronson Any updates?
... View more
04-30-2019
11:04 AM
@Naveenraj Devadoss What was the solution? Did you update the network config in /etc/host?
... View more