sqoop import eror - File does not exist:
I am trying to import data from MySql to HDFS using Sqoop. But I am getting the following error. How to solve this? command : sqoop import --connect jdbc:mysql://localhost/testDB --username root --password password --table student --m 1 error : ERROR tool.ImportTool: Encountered IOException running import job: java.io.FileNotFoundException: File does not exist: hdfs://localhost:54310/usr/lib/sqoop/lib/parquet-format-2.0.0.jar at org.apache.hadoop.hdfs.DistributedFileSystem$18.doCall(DistributedFileSystem.java:1122) at org.apache.hadoop.hdfs.DistributedFileSystem$18.doCall(DistributedFileSystem