Data Science & Developer Roadmaps with Chat & Free Learning Resources

Introduction to Hive

 Towards Data Science

This article focuses on Hive, it’s features, use cases, and Hive queries. Since a lot of DML and DDL queries are very similar to SQL, it can act as a foundation or building block for anyone new to…

Read more at Towards Data Science | Find similar documents

Getting Started With Hive

 Towards Data Science

The aim of this blog post is to help you get started with Hive using Cloudera Manager. Apache Hive is a data warehouse software project built on top of Apache Hadoop for providing data summarization…

Read more at Towards Data Science | Find similar documents

Apache Hive Hacks for a Data Scientist: Part II

 Towards AI

Apache Hive is a SQL engine for manipulating big data via SQL commands. If you want to know, more about Hive and why Hive is for Data… Continue reading on Towards AI

Read more at Towards AI | Find similar documents

Hive Installation on ubuntu 18.04

 Analytics Vidhya

Note: Prefer java 8, as newer versions no longer has URLClassLoader which is required for running hive. Now. lets begin the installation process of hive by downloading the latest stables release from…...

Read more at Analytics Vidhya | Find similar documents

Is it still good to learn Apache Hive?

 Analytics Vidhya

As the big data world moves towards Apache Spark, Databricks, or Cloud-based Data Warehouses like Amazon RedShift / Snowflake, the general conception is, Hive is an obsolete technology to learn.

Read more at Analytics Vidhya | Find similar documents

Why Hive is So Difficult to Configure?

 Python in Plain English

The Importance of Configuring Hive Continue reading on Python in Plain English

Read more at Python in Plain English | Find similar documents

Introducing Hiveplotlib

 Towards Data Science

Introducing hiveplotlib— a new, open-source Python package for generating Hive Plots.

Read more at Towards Data Science | Find similar documents

Hive using S3 and Scala

 Analytics Vidhya

In this article, I’m going to share my experience of maintaining a Hive schema. This will be useful to the freshers who are willing to step into Big Data technologies. Mainly this will describe how…

Read more at Analytics Vidhya | Find similar documents

Must-Know Techniques for Handling Big Data in Hive

 Towards Data Science

In most tech companies, data teams must possess strong capabilities to manage and process big data. As a result, familiarity with the Hadoop ecosystem is essential for these teams. Hive Query Language...

Read more at Towards Data Science | Find similar documents

Hive — How to install in 5 Steps in Windows 10

 Analytics Vidhya

Once extracted, we would get a new file apache-hive-3.1.2-bin.tar Now, once again we need to extract this tar file. To edit environment variables, go to Control Panel System click on the…

Read more at Analytics Vidhya | Find similar documents

The Curious Case of MySQL, PostgreSQL, and Hive

 Towards Data Science

In an era of Big Data where the amount, size, and velocity of data are rapidly growing, knowing SQL is still an essential thing for Data Analyst and Data Scientist to know. SQL helps us to manage…

Read more at Towards Data Science | Find similar documents

Apache Hive Optimization Techniques — 1

 Towards Data Science

Apache Hive is a query and analysis engine which is built on top of Apache Hadoop and uses MapReduce Programming Model. It provides an abstraction layer to query big-data using the SQL syntax by…

Read more at Towards Data Science | Find similar documents