Member since
10-03-2015
5
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5528 | 10-04-2015 09:48 AM |
10-05-2015
07:37 AM
jogalez No problem and thanks a log for all your prompt replies to my queries
... View more
10-04-2015
09:48 AM
Resolved the issue. Issue is because Zookeeper service is not running.
... View more
10-04-2015
08:08 AM
No luck with the solution. Verified the permissions 9drwxr ) Any help?
... View more
10-03-2015
09:12 PM
It took around 4 Hrs to finish the query with errors. I got an error saying that Failed to acquire locks
... View more
10-03-2015
06:40 PM
1 Kudo
Hi, Not getting any response When I execute below query. Its more than 3 hrs now and no response yet. I am running this query on Quick Start VM. Could you please help me with this issue. CREATE EXTERNAL TABLE intermediate_access_logs (
ip STRING,
date STRING,
method STRING,
url STRING,
http_version STRING,
code1 STRING,
code2 STRING,
dash STRING,
user_agent STRING)
ROW FORMAT SERDE 'org.apache.hadoop.hive.contrib.serde2.RegexSerDe'
WITH SERDEPROPERTIES (
'input.regex' = '([^ ]*) - - \\[([^\\]]*)\\] "([^\ ]*) ([^\ ]*) ([^\ ]*)" (\\d*) (\\d*) "([^"]*)" "([^"]*)"',
'output.format.string' = "%1$s %2$s %3$s %4$s %5$s %6$s %7$s %8$s %9$s"
)
LOCATION '/user/hive/warehouse/original_access_logs';
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive