Installation [ Apache Hive 2 with MySQL ]

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ • 19

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

    Thanks for the tutorial,
    How to setup hive on Hadoop edge node?

  • @divyaswathi-m7i
    @divyaswathi-m7i 3 місяці тому

    hi I have doubt on hdfs is it possible to update file that is stored in hdfs

  • @luctiber
    @luctiber 4 роки тому +1

    Hi, thanks for sharing such great hands on experience. I am facing an issue with the set up of hive on a windows 10 pc. It sounds like there are multiple log4j and slf4g causing some trouble ... at the end hive does not start. Could you point me to a direction (any...). I’ve been trying almost anything (adding,removing...) but nothing seems to fix the issue! Thanks and keep the good work!!

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

      just got to your hive/lib and search for log4j-slf4j-impl and just delete this jar file, you will be good to go.

  • @sasidharans8431
    @sasidharans8431 4 роки тому

    Thank you so much for your time👍

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

    Could you please upload one video install hive and pig in windows

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

    Windows installation process podunga bro

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

    pllease provide configuration for tez and spark as hive engine

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

    hi, when i tried to launch HIVE it threw an error : log4j:ERROR Could not instantiate class [org.apache.hadoop.hive.shims.HiveEventCounter].
    Can you pls help.. Thanks

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

    This is helpful

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

    geat tutorials

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

    I see , some mysql DB grant commands are missing in the vide.
    The following command "GRANT PREVILIGES ON*.* TO '*****hiveuser***'@'localhost' " should be execute to create hive schema in mysql

  • @kranthikiran5392
    @kranthikiran5392 3 роки тому +2

    org.apache.hadoop.hive.metastore.HiveMetaException: Failed to get schema version.
    Underlying cause: java.sql.SQLException : Access denied for user 'root'@'localhost'
    I am getting this error when I run bin/schematool -dbType mysql -initSchema

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

    Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
    org.apache.hadoop.hive.metastore.HiveMetaException: Failed to get schema version.
    Underlying cause: java.sql.SQLException : Access denied for user 'root'@'localhost'
    SQL Error code: 1698
    Use --verbose for detailed stacktrace.
    *** schemaTool failed ***
    return this error can anyone help me out this