Amazon Elastic Compute Cloud (AWS EC2) is the Amazon Web Service which is used to create and run virtual machines (instances) in the cloud. This step-by-step guide helps administrators to successfully launch a Linux virtual machine on Amazon EC2 for Free of Cost. By referring previous post, you must have created […]
Month: July 2016
Create Free Account on AWS
The Amazon Web Services (AWS) Free Tier is designed to enable you to get hands-on experience with AWS Cloud Services. As described in previous post, you can use various AWS services for free with limited usage. Follow below steps to get started with Amazon Web Services (AWS): Go to AWS […]
Importing Data into Hive using Sqoop
Sqoop’s import tool’s main function is to upload your data into files in HDFS. If you have a Hive metastore associated with your HDFS cluster, Sqoop can also import the data into Hive by generating and executing a CREATE TABLE statement to define the data’s layout in Hive. Related Posts: […]
Importing Data using Sqoop
Sqoop is an Apache Hadoop top-level project and designed to move data between Hadoop and RDBMS. Sqoop is a collection of related tools. To use Sqoop, you specify the tool you want to use and the arguments that control the tool. sqoop tool-name [tool-arguments] In this post, we will cover […]
Introduction to Sqoop and Installation
To process and analyze data in Hadoop, it requires loading data into Hadoop file system that is present on Application server and databases. Sqoop is a tool designed to transfer data between Hadoop and relational databases or mainframes. You can use Sqoop to import data from a relational database management […]