Permanent UDF is only available for HiveCLI

2016-03-04 Thread Kevin Vasko
I have a simple UDF that I added within the HiveCLI. "Create function MyFunction as 'com.mycompany.hive.simpleudf.myparser' using jar 'hdfs://path/to/my.jar';" That works, when I leave the HiveCLI session and open another session MyFunction persists. However, if I use any other tool for example

Re: Hive Struct Type Restrictions.

2016-03-03 Thread Kevin Vasko
I had a similar issue when using Hive and trying to create a 400+ column table. Are you using HDP or have Apache Atlas anywhere in your ecosystem? If so, try disabling Apache Atlas and see if the issue goes away. My issue seemed be related to the fact that the Apache Atlas system was erroring when

Re: What is the real meaning of negative value in Vertex.

2016-02-18 Thread Kevin Vasko
Typically when I have seen this the jobs were failing. Is yours completing successfully? -Kevin > On Feb 18, 2016, at 4:58 PM, mahender bigdata > wrote: > > Hi , > > Can any one throw some information on below results of TEZ. What is the > real meaning of negative value in Vertex. Pl

Hive fails with IOException: Error writing to server on long query

2016-02-18 Thread Kevin Vasko
> I have an external table defined over a folder that contains XML documents. > There is 1 column in this table with the column containing each documents > data as a string. > > I am trying to create a view on top of the XML data with xpaths. So for > example, > > CREATE VIEW myview (column1