SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[hadoop] How to know Hive and Hadoop versions from command prompt?
Home
Question
How to know Hive and Hadoop versions from command prompt?
hive -e "set hive.hwi.war.file;" | cut -d'-' -f3
Examples related to
hadoop
•
Hadoop MapReduce: Strange Result when Storing Previous Value in Memory in a Reduce Class (Java)
•
What is the difference between spark.sql.shuffle.partitions and spark.default.parallelism?
•
How to check Spark Version
•
What are the pros and cons of parquet format compared to other formats?
•
java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
•
How to export data from Spark SQL to CSV
•
How to copy data from one HDFS to another HDFS?
•
How to calculate Date difference in Hive
•
Select top 2 rows in Hive
•
Spark - load CSV file as DataFrame?
Examples related to
hive
•
select rows in sql with latest date for each ID repeated multiple times
•
PySpark: withColumn() with two conditions and three outcomes
•
java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
•
Hive cast string to date dd-MM-yyyy
•
How to save DataFrame directly to Hive?
•
How to calculate Date difference in Hive
•
Select top 2 rows in Hive
•
Just get column names from hive table
•
Create hive table using "as select" or "like" and also specify delimiter
•
Hive Alter table change Column Name