sqoop file format
Problem 4: Import orders table from mysql as text file to the destination /user/cloudera/problem5/text. Fields should be terminated by a tab character ("\t") character and lines should be terminated by new line character ("\n"). Import orders table from mysql into hdfs to the destination /user/cloudera/problem5/avro. File should be stored as avro file. Import orders table from mysql into hdfs to folders /user/cloudera/problem5/parquet. File should be stored as parquet file. Transform/Convert data-files at /user/cloudera/problem5/avro and store the converted file at the following locations and file formats save the data to hdfs using snappy compression as parquet file at /user/cloudera/problem5/parquet-snappy-compress save the data to hdfs using gzip compression as text file at /user/cloudera/problem5/text-gzip-compress save the data to hdfs using no compression as sequence file at /user/cloudera/problem5/sequence save the data to hdfs using snappy compres...