177.Review the Output Files

  • To get the list of files in current directory:
    • ls -ltr
  • To view a file:
    • view part-m-00000
  • To validate order_items table:
    • sqoop eval --connect jdbc:mysql://ms.itversity.com:3306/retail_db --username retail_user --password itversity -e "DESCRIBE order_items"

Share this post