Re: Hive SerDe regex error

2015-10-01 Thread IT CTO
meTest/flume-test-spoolDir'; And got the same result Eran On Thu, Oct 1, 2015 at 3:20 PM Daniel Haviv wrote: > Hi, > You didn't escape the ^ character at the end. > Try using this string instead: ([^ ]*) ([^ ]*) ([^ ]*) ([^ ]*) ([^ > \[]*)\[([^ ]*)\]: \(([^ ]*)\) ([\^]*) &g

Hive SerDe regex error

2015-10-01 Thread IT CTO
Hi, I am trying to create a table with Regex SerDe but failing with no good reason: CREATE EXTERNAL TABLE syslog ( month STRING, day STRING, time STRING, source STRING, process STRING, pid STRING, uname STRING, message STRING) COMMENT 'This is the syslog sample table' ROW FORMAT SER

Fwd: Failed to execute command on hive - Relative path in absolute URI

2015-09-29 Thread IT CTO
-- Forwarded message - From: IT CTO Date: Tue, Sep 29, 2015 at 10:51 AM Subject: Failed to execute command on hive - Relative path in absolute URI To: After connecting to hive both using the shell or beeline I am getting the following error on every command I am making What is