Tag: #hadoop
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 28 posts
Apache Hive Install
Learn how to install Apache Hive
2022-11-23 · 1 min read #hadoop#hiveRunning Hadoop MapReduce WordCount
Learn how to run Word Count, a representative example using the Hadoop MapReduce framework.
2022-11-20 · 6 min read #hadoop#mapreduceBuilding a Secured (Kerberized) ZooKeeper Cluster
Learn how to apply Kerberos security to ZooKeeper.
2022-10-21 · 1 min read #hadoop#kerberos#zookeeperBuilding a Secured (Kerberized) Hadoop Cluster
Learn how to apply Kerberos security to Hadoop.
2022-10-21 · 4 min read #hadoop#kerberosBuilding a Secured (Kerberized) YARN Cluster
Learn how to apply Kerberos security to YARN.
2022-10-21 · 2 min read #hadoop#kerberos#yarnBuilding a Secured (Kerberized) HBase Cluster
Learn how to apply Kerberos security to HBase.
2022-10-21 · 2 min read #hadoop#kerberos#hbase#zookeeperHow to Fix Hadoop-Client NoClassDefFoundError (IntelliJ)
How to fix Hadoop-Client NoClassDefFoundError
2022-10-03 · 1 min read #hadoop#javaJava Hadoop Client Usage Guide
How to use the Java Hadoop Client
2022-10-03 · 3 min read #hadoop#java