python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Receive Operation Not Permitted Error when starting HDFS
This is my first time setting up the Hadoop pseudo-distributed mode. I was able to follow my course instruction to install with no issue until the very last step to start up the nodes with this comman...

Duyan Zhen
Votes: 0
Answers: 1
unable to create internal hive table
i am getting below error while trying to create hive internal table
CREATE TABLE employee(id INT,Name STRING);
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Met...
Raja
Votes: 0
Answers: 0
Exclude 1 or more column in Impala
can I exclude 1 or more column in Impala without specifying all the columns in table
SELECT * [except columnA] FROM tableA
jbest
Votes: 0
Answers: 1
Getting exception org.apache.hadoop.io.Text cannot be org.apache.hadoop.hive.serd2.io.TimestampWritable
Source hive table column is string type which has string date with timestamp .
Target hive table column having timestamp datatype .
while loading source hive to target hive table getting text can not ...
Bikash ranjan Samal
Votes: 0
Answers: 0