Installing Cassandra on Hadoop HDP Sandbox [Activity] | Cassandra with Hadoop Tutorial
This lecture is all about Installing Cassandra on Hadoop HDP Sandbox where we have installed the Python version 2.7 and setup the repository to install Cassandra service, then we have started the Cassandra service on our Hortonworks HDP Sandbox and created a KEYSPACE which is a Database for Casandra and created one table in it. Below are the commands for installing Cassandra:
If you have Python 2.6 then you have to install 2.7 alongside with previous version with below commands:
su root
yum install scl-utils
yum install centos-release-scl-rh
yum install python27
scl enable python27 bash
If you already have Python 2.7 installed, then start executing below commands (remember to login as a root user to get all the privileges)
cd /etc/yum.repos.d
vi datastax.repo
----------inside vi editor--------
[datastax]
name = DataStax Repo for Apache Cassandra
baseurl = http://rpm.datastax.com/community
enabled = 1
gpgcheck = 0
----------------------------------
yum install dsc30
service cassandra start
cqlsh
CREATE KEYSPACE moviesdata WITH replication = {'class': 'SimpleStrategy', 'replication_factor':'1'} AND durable_writes = true;
USE moviesdata;
CREATE TABLE users (user_id int, age int, gender text, occupation text, zip text, PRIMARY KEY (user_id));
DESCRIBE TABLE users;
-------------------------------------------------------------------------------
In the previous lecture we have seen Apache Cassandra which is a another NoSQL Database designed to handle Big Data on Hadoop with no single point of failure which makes it the most highly available NoSQL database choice for your application. We have seen what is Apache Cassandra, how the data is stored in Cassandra, CAP Theorem in detail, features of Cassandra, its real world use cases and how we can integrate Cassandra with Hadoop Ecosystem.
-----------------------------------------------------------------------------------------------------------------------
HDP Sandbox Installation links:
Oracle VM Virtualbox: https://download.virtualbox.org/virtualbox/6.1.32/VirtualBox-6.1.32-149290-Win.exe
HDP Sandbox link: https://archive.cloudera.com/hwx-sandbox/hdp/hdp-2.6.5/HDP_2.6.5_virtualbox_180626.ova
HDP Sandbox installation guide: https://hortonworks.com/tutorial/sandbox-deployment-and-install-guide/section/1/
-------------------------------------------------------------------------------------------------------------
Also check out similar informative videos in the field of cloud computing:
What is Big Data: https://youtu.be/-BoykjY5nKg
How Cloud Computing changed the world: https://youtu.be/lf2lQAyW2b4
What is Cloud? https://youtu.be/DeCMeA9Xm2g
Top 10 facts about Cloud Computing that will blow your mind! https://youtu.be/hmxNJEQ4XVY
Audience
This tutorial is made for professionals who are willing to learn the basics of Big Data Analytics using Hadoop Ecosystem and become a Hadoop Developer. Software Professionals, Analytics Professionals, and ETL developers are the key beneficiaries of this course.
Prerequisites
Before you start proceeding with this course, I am assuming that you have some basic knowledge to Core Java, database concepts, and any of the Linux operating system flavors.
---------------------------------------------------------------------------------------------------------------------------
Check out our full course topic wise playlist on some of the most popular technologies:
SQL Full Course Playlist-
https://youtube.com/playlist?list=PL6UwySlcwEYISVLQlYi3W6rGCIo9sJM0J
PYTHON Full Course Playlist-
https://youtube.com/playlist?list=PL6UwySlcwEYJgM4eUQOvR1KAWryFYcclq
Data Warehouse Playlist-
https://youtube.com/playlist?list=PL6UwySlcwEYKxi-fQHLkVYDZrJcBawZA9
Unix Shell Scripting Full Course Playlist-
https://youtube.com/playlist?list=PL6UwySlcwEYIZGsbXnUxsojD0yeUA67lb
--------------------------------------------------------------------------------------------------------------------------
Don't forget to like and follow us on our social media accounts which are linked below.
Facebook-
https://www.facebook.com/ampcode
Instagram-
https://www.instagram.com/ampcode_tutorials/
Twitter-
https://twitter.com/ampcodetutorial
Tumblr-
ampcode.tumblr.com
-------------------------------------------------------------------------------------------------------------------------
Channel Description-
AmpCode provides you e-learning platform with a mission of making education accessible to every student. AmpCode will provide you tutorials, full courses of some of the best technologies in the world today.By subscribing to this channel, you will never miss out on high quality videos on trending topics in the areas of Big Data & Hadoop, DevOps, Machine Learning, Artificial Intelligence, Angular, Data Science, Apache Spark, Python, Selenium, Tableau, AWS , Digital Marketing and many more.
#bigdata #datascience #technology #dataanalytics #datascientist #hadoop #hdfs #hdp #mongodb #cassandra #hbase #nosqldatabase #nosql
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Installing Cassandra on Hadoop HDP Sandbox [Activity] | Cassandra with Hadoop Tutorial», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.