Can you execute Hadoop dfs Commands from Hive CLI? How?



Can you execute Hadoop dfs Commands from Hive CLI? How?..

Answer / Shravan Kumar Maurya

No, Hive CLI does not support executing Hadoop DFS commands natively. However, you can use HiveQL to create and manipulate files in HDFS indirectly, or use separate tools like Hadoop DFS command-line interface (CLI) for handling file system operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

What is the functionality of Query Processor in Apache Hive?

1 Answers  


Can you define serde in hive?

1 Answers  


What are the limitations of Hive?

1 Answers  


If you run hive as a server, what are the available mechanism for connecting it from application?

1 Answers  


what Hive is composed of ?

1 Answers  


Whenever we run hive query, new metastore_db is created. Why?

1 Answers  


Is the keyword 'DEFINE' like a function name?

1 Answers  


Can you overwrite Hadoop MapReduce configuration in Hive?

1 Answers  


CONCAT function in Hive with Example?

1 Answers  


What is the significance of the line set hive.mapred.mode = strict;?

1 Answers  


Double type in Hive - Important points?

1 Answers  


What is difference between internal and external tables in hive?

1 Answers  


Categories