Hello @veerabhadra reddy kovvuri ,
If you want to use a CTAS (CREATE TABLE AS SELECT) statement to create the table, the administrator should grant you SELECT privileges on the filesystem: "GRANT SELECT ON ANY FILE TO user1".
For more details, refer to Table creation fails with security exception.