Installation [Apache Hive 2 with MySQL]{தமிழ்}
Вставка
- Опубліковано 4 лют 2025
- #hiveinstallation #bigdata #hive#hadoop #apachehive
Hive-site.xml - github.com/Gow...
Video Playlist
-----------------------
Hive in Tamil - bit.ly/2UQVUgv
Hive in English - bit.ly/372nCwj
Hadoop in Tamil - bit.ly/32k6mBD
Hadoop in English - bit.ly/32jle3t
Spark in Tamil - bit.ly/2ZzWAJN
Spark in English - bit.ly/3mmc0eu
Batch vs Stream processing Tamil - • Data - Batch processi...
Batch vs Stream processing English - • Data - Batch processi...
NOSQL in English - bit.ly/2XtU07B
NOSQL in Tamil - bit.ly/2XVLLjP
Scala in Tamil: goo.gl/VfAp6d
Scala in English: goo.gl/7l2USl
Email : atozknowledge.com@gmail.com
LinkedIn : / sbgowtham
Instagram: / bigdata.in
Channel 2 : / startupideavideos
UA-cam channel link
/ atozknowledgevideos
Website
atozknowledge.com/
Technology in Tamil & English
hi bro ,salute for u work
when i tried to install apache hive i could not able to hive site .xml or template ,that is missing ,i don't know why do u have any idea
Bro, while running bin/schematool -dbType mysql -initSchema getting error as failed to get schema version access denied for user 'root'@'localhost' error. Please help on this
How install Hive in windows
Hai bro... I have to move to big data ... Started studying with your videos... Can i have your contact so that i can discuss about the concepts... Actually i am in sql and plsql domain wanted to move to bigdata... Please help me in my career process
Thanks Gautham. While start Hive by giving/bin/hive am getting java.lang.ClassCastException could anyone help here please ?
bro error is resolved bro please use the java - 8 version or use the version as same as he using😁
@@gowthammax6533 bro i got Java.sql.SQLException : Access Denied for user 'root'@ 'localhost'. Please help me
@@SCREENERA
Open MYSQL terminal and enter the below (considering your password is set as root ) :
ALTER USER 'root'@'localhost' IDENTIFIED WITH 'mysql_native_password' BY 'root';
@@arifmohamed8586Thanks a lot brother