Created 05-16-2019 06:48 PM
Created 05-17-2019 02:11 AM
@bhuvaneshwari kannan
Could you try with this way:
beeline -f <(hdfs dfs -cat <script file>)
"<" is redirection operator and gives input to beeline -f command.