Say when to pick “Inward Table” and “Outside Table” in Hive?

devquora
devquora

Posted On: Feb 22, 2018

 

In Hive, you can pick an internal table

  • If the preparing data accessible in the local file system.
  • If we need Hive to deal with the entire lifecycle of data including the cancellation

You can pick an External table

  • If processing information accessible in HDFS
  • Useful when the documents are being utilized outside of Hive

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Hive Interview Questions

    What do you understand by Hive?

    Hive is an information warehouse programming which is utilized for encourages questioning and overseeing vast data sets..

    Hive Interview Questions

    How can a developer utilize Hive?

    Hive is helpful when influencing information to warehouse applications when you are dealing with static information rath..

    Hive Interview Questions

    Specify the different methods of Hive?

    Various methods of the hive are as follows:Local mode Map reduce modeThe Hive can work in the above modes relying up..