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)
How to parse in the varchar type json column?
Can you tell me how to parse in varchar type? (in Presto & Hive)
[{u'pageId': u'102', u'title': u'ud648', u'isBrandHomePage': 1, u'active': True, u'pageType': 1, u'type': u'page'}, {u'pageId': u'1...
Sun
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
How can i add days to a Hive timestamp without loosing hours, minutes and seconds
I am using Hive 2.6.5 and when i want to add days to my timestamp, it doesn't keep the hours, minutes and seconds.
Exemple
SELECT from_unixtime(unix_timestamp(date_add("2021-01-15 09:34:21",...

Azo
Votes: 0
Answers: 1