Sqoop import avro error

sqoop import --options-file /home/sarithadsr217850/optin_file.txt --table customers -m 1 --target-dir /user/sarithadsr217850/spark_usecase/customers --as-avrodatafile --compress --compression-codec org.apache.hadoop.io.compress.SnappyCodec;

this is my import command .iam getting following error…

20/09/21 14:54:54 INFO manager.SqlManager: Executing SQL statement: SELECT t.* FROM customers AS t LIMIT 1
20/09/21 14:54:54 INFO mapreduce.DataDrivenImportJob: Writing Avro schema file: /tmp/sqoop-sarithadsr217850/compile/c04c4b614b726bae23f7748f13827333/cust
omers.avsc
20/09/21 14:54:54 INFO client.RMProxy: Connecting to ResourceManager at cxln2.c.thelab-240901.internal/10.142.1.2:8050
20/09/21 14:54:54 INFO client.AHSProxy: Connecting to Application History server at cxln2.c.thelab-240901.internal/10.142.1.2:10200
20/09/21 14:54:57 INFO db.DBInputFormat: Using read commited transaction isolation
20/09/21 14:54:57 INFO mapreduce.JobSubmitter: number of splits:1
20/09/21 14:54:57 INFO mapreduce.JobSubmitter: Submitting tokens for job: job_1594743233823_12437
20/09/21 14:54:58 INFO impl.YarnClientImpl: Submitted application application_1594743233823_12437
20/09/21 14:54:58 INFO mapreduce.Job: The url to track the job: http://cxln2.c.thelab-240901.internal:8088/proxy/application_1594743233823_12437/
20/09/21 14:54:58 INFO mapreduce.Job: Running job: job_1594743233823_12437
20/09/21 14:55:06 INFO mapreduce.Job: Job job_1594743233823_12437 running in uber mode : false
20/09/21 14:55:06 INFO mapreduce.Job: map 0% reduce 0%
20/09/21 14:55:12 INFO mapreduce.Job: Task Id : attempt_1594743233823_12437_m_000000_0, Status : FAILED
Error: org.apache.avro.reflect.ReflectData.addLogicalTypeConversion(Lorg/apache/avro/Conversion;)V
20/09/21 14:55:18 INFO mapreduce.Job: Task Id : attempt_1594743233823_12437_m_000000_1, Status : FAILED
Error: org.apache.avro.reflect.ReflectData.addLogicalTypeConversion(Lorg/apache/avro/Conversion;)V
Container killed by the ApplicationMaster.
Container killed on request. Exit code is 143
Container exited with a non-zero exit code 143
20/09/21 14:55:23 INFO mapreduce.Job: Task Id : attempt_1594743233823_12437_m_000000_2, Status : FAILED
Error: org.apache.avro.reflect.ReflectData.addLogicalTypeConversion(Lorg/apache/avro/Conversion;)V
Container killed by the ApplicationMaster.
Container killed on request. Exit code is 143
Container exited with a non-zero exit code 143
20/09/21 14:55:31 INFO mapreduce.Job: map 100% reduce 0%
20/09/21 14:55:31 INFO mapreduce.Job: Job job_1594743233823_12437 failed with state FAILED due to: Task failed task_1594743233823_12437_m_000000
Job failed as tasks failed. failedMaps:1 failedReduces:0

Could you try again?