I have uploaded my Hive database creation script and table creation in single file as DBtabcreation.sql in user path /user/mittalvibhor28719/Trial through Hue and then trying to execute the same in web console through below command.
hive -f /user/mittalvibhor28719/Trial/DBtabcreation.sql
and getting error as
log4j:WARN No such property [maxFileSize] in org.apache.log4j.DailyRollingFileAppender.
Logging initialized using configuration in file:/etc/hive/2.6.5.0-292/0/hive-log4j.properties
Could not open input file for reading. (File file:/user/mittalvibhor28719/Trial/DBtabcreation.sql does not exist)
please help.