Installation [Apache Hive 2 with MySQL]{தமிழ்}

Поділитися
Вставка
  • Опубліковано 14 лис 2024

КОМЕНТАРІ • 9

  • @jijypriya
    @jijypriya Рік тому +1

    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

  • @shaamr5059
    @shaamr5059 Місяць тому

    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

  • @eshwaranlokesh3874
    @eshwaranlokesh3874 8 місяців тому

    How install Hive in windows

  • @momentsofeuphoria8379
    @momentsofeuphoria8379 3 роки тому

    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

  • @balajitamilarasan819
    @balajitamilarasan819 2 роки тому

    Thanks Gautham. While start Hive by giving/bin/hive am getting java.lang.ClassCastException could anyone help here please ?

    • @gowthammax6533
      @gowthammax6533 2 роки тому +1

      bro error is resolved bro please use the java - 8 version or use the version as same as he using😁

    • @SCREENERA
      @SCREENERA Рік тому

      @@gowthammax6533 bro i got Java.sql.SQLException : Access Denied for user 'root'@ 'localhost'. Please help me

    • @arifmohamed8586
      @arifmohamed8586 Рік тому +1

      @@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';

    • @aakashmohan9827
      @aakashmohan9827 7 місяців тому

      @@arifmohamed8586Thanks a lot brother