Re: RegexSerDe with Filters

2016-07-02 Thread Arun Patel
Dudu, That's an excellent suggestion. Yes, it works for me. But, if there are two lines with "ProcessingHandler Message" and they have same TID, I want to create an array of two timestamps. Is it possible without join? On Sat, Jul 2, 2016 at 3:56 PM, Markovitz, Dudu wrote: > Hi Venkat > >

Re: How to access linux kerberosed hive from windows eclipse workspace?

2016-07-02 Thread Vivek Shrivastava
Please look at the hiveserver2 log, it will have better error information. You can paste error from the logs if you need help. Regards, Vivek On Sat, Jul 2, 2016 at 5:52 AM, Maria wrote: > > Hi,all: > recently,I attempted to access Kerberized hadoop cluster by > launching JAVA applicatio

RE: RegexSerDe with Filters

2016-07-02 Thread Markovitz, Dudu
Hi Venkat You don’t necessarily need the three views if your goal is to join them. You can achieve the same result using a single view and an aggregated query. Please test the following code and see if it works for you or you would like to get a different solution. Dudu create external table t

latest version of Spark to work OK as Hive engine

2016-07-02 Thread Ashok Kumar
Hi, Looking at this presentation Hive on Spark is Blazing Fast .. Which latest version of Spark can run as an engine for Hive please? Thanks P.S. I am aware of  Hive on TEZ but that is not what I am interested here please Warmest regards

How to access linux kerberosed hive from windows eclipse workspace?

2016-07-02 Thread Maria
Hi,all:  recently,I  attempted to access Kerberized hadoop cluster by launching JAVA applications from Windows workstations. And I hava configured kerberos in my windows7, and can successfully access hdfs50070. But when I launch JDBC from windows to connection remote hiveserver,errors accur