[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2014-08-25 Thread Lefty Leverenz (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14110296#comment-14110296
 ] 

Lefty Leverenz commented on HIVE-5087:
--

The matchpath UDF still needs to be documented.  It belongs in the Windowing 
and Analytics doc, but could also be mentioned in the UDFs doc.  (Or the UDFs 
doc could just include a link to Windowing and Analytics.)  HIVE-896 created 
npath in the first place, in release 0.11.0.

* [Windowing and Analytics Functions | 
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+WindowingAndAnalytics]
* [Hive Operators and User-Defined Functions | 
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF]

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
  Labels: TODOC12
 Fix For: 0.12.0

 Attachments: HIVE-5087-branch0.12.2.patch, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087-matchpath.2.patch, 
 HIVE-5087.1.patch.txt, HIVE-5087.2.patch, HIVE-5087.99.patch.txt, 
 HIVE-5087.patch.txt, HIVE-5087.patch.txt, regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-07 Thread Lefty Leverenz (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13787981#comment-13787981
 ] 

Lefty Leverenz commented on HIVE-5087:
--

[~thejas], thanks for explaining about TestCliDriver.ptf_npath.q.  Other PTFs 
are skimpily documented in 
[https://cwiki.apache.org/confluence/display/Hive/LanguageManual+WindowingAndAnalytics],
 so matchpath could go there too.

Off topic  Is it possible to change my JIRA username without creating a new 
account?  It's fine in the JIRA comments but goes to the mailing list as 
le...@hortonworks.com.  Of course I'm proud of that former association, but the 
username is misleading now.

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.2.patch, 
 HIVE-5087.99.patch.txt, HIVE-5087-branch0.12.2.patch, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087-matchpath.2.patch, 
 HIVE-5087.patch.txt, HIVE-5087.patch.txt, regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-07 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788005#comment-13788005
 ] 

Hudson commented on HIVE-5087:
--

ABORTED: Integrated in Hive-branch-0.12-hadoop2 #9 (See 
[https://builds.apache.org/job/Hive-branch-0.12-hadoop2/9/])
HIVE-5087 : Rename npath UDF to matchpath (Edward Capriolo and Carl Steinbach 
via Ashutosh Chauhan) (thejas: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1529577)
* 
/hive/branches/branch-0.12/ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java
* 
/hive/branches/branch-0.12/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/MatchPath.java
* 
/hive/branches/branch-0.12/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/NPath.java
* /hive/branches/branch-0.12/ql/src/test/queries/clientpositive/ptf_matchpath.q
* /hive/branches/branch-0.12/ql/src/test/queries/clientpositive/ptf_npath.q
* 
/hive/branches/branch-0.12/ql/src/test/queries/clientpositive/ptf_register_tblfn.q
* 
/hive/branches/branch-0.12/ql/src/test/results/clientpositive/ptf_matchpath.q.out
* /hive/branches/branch-0.12/ql/src/test/results/clientpositive/ptf_npath.q.out
* 
/hive/branches/branch-0.12/ql/src/test/results/clientpositive/ptf_register_tblfn.q.out
* 
/hive/branches/branch-0.12/ql/src/test/results/clientpositive/show_functions.q.out


 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.2.patch, 
 HIVE-5087.99.patch.txt, HIVE-5087-branch0.12.2.patch, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087-matchpath.2.patch, 
 HIVE-5087.patch.txt, HIVE-5087.patch.txt, regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-06 Thread Thejas M Nair (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13787522#comment-13787522
 ] 

Thejas M Nair commented on HIVE-5087:
-

[~le...@hortonworks.com] Good point about updating documentation. But 
unfortunately I didn't find any documentation of the udf in the wiki. 
You can see the change to ptf_npath.q file in the patch. That corresponds to 
TestCliDriver.ptf_npath.q

[~rhbutani]  [~ashutoshc] Is there any documentation page that needs to be 
updated ?

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.2.patch, 
 HIVE-5087.99.patch.txt, HIVE-5087-branch0.12.2.patch, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087-matchpath.2.patch, 
 HIVE-5087.patch.txt, HIVE-5087.patch.txt, regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-06 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13787888#comment-13787888
 ] 

Hudson commented on HIVE-5087:
--

ABORTED: Integrated in Hive-branch-0.12-hadoop1 #15 (See 
[https://builds.apache.org/job/Hive-branch-0.12-hadoop1/15/])
HIVE-5087 : Rename npath UDF to matchpath (Edward Capriolo and Carl Steinbach 
via Ashutosh Chauhan) (thejas: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1529577)
* 
/hive/branches/branch-0.12/ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java
* 
/hive/branches/branch-0.12/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/MatchPath.java
* 
/hive/branches/branch-0.12/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/NPath.java
* /hive/branches/branch-0.12/ql/src/test/queries/clientpositive/ptf_matchpath.q
* /hive/branches/branch-0.12/ql/src/test/queries/clientpositive/ptf_npath.q
* 
/hive/branches/branch-0.12/ql/src/test/queries/clientpositive/ptf_register_tblfn.q
* 
/hive/branches/branch-0.12/ql/src/test/results/clientpositive/ptf_matchpath.q.out
* /hive/branches/branch-0.12/ql/src/test/results/clientpositive/ptf_npath.q.out
* 
/hive/branches/branch-0.12/ql/src/test/results/clientpositive/ptf_register_tblfn.q.out
* 
/hive/branches/branch-0.12/ql/src/test/results/clientpositive/show_functions.q.out


 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.2.patch, 
 HIVE-5087.99.patch.txt, HIVE-5087-branch0.12.2.patch, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087-matchpath.2.patch, 
 HIVE-5087.patch.txt, HIVE-5087.patch.txt, regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-05 Thread Ashutosh Chauhan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13787271#comment-13787271
 ] 

Ashutosh Chauhan commented on HIVE-5087:


Thanks Carl for updating the patch +1
Lets check this in to unblock RC so folks can start playing with RC, we can 
always re-roll if need be later.

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.2.patch, 
 HIVE-5087.99.patch.txt, HIVE-5087-matchpath.1.patch.txt, 
 HIVE-5087-matchpath.2.patch, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-05 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13787294#comment-13787294
 ] 

Hive QA commented on HIVE-5087:
---



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12606978/HIVE-5087.2.patch

{color:green}SUCCESS:{color} +1 4057 tests passed

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1049/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1049/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.2.patch, 
 HIVE-5087.99.patch.txt, HIVE-5087-matchpath.1.patch.txt, 
 HIVE-5087-matchpath.2.patch, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-05 Thread Thejas M Nair (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13787309#comment-13787309
 ] 

Thejas M Nair commented on HIVE-5087:
-

I will go ahead and commit this without waiting for another 24 hours as many 
committers have already gone through the patch (pre-rebase). This is the last 
serious blocker for hive 0.12 . (There is not ETA yet for HIVE-5235, and it is 
not a regression)


 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.2.patch, 
 HIVE-5087.99.patch.txt, HIVE-5087-matchpath.1.patch.txt, 
 HIVE-5087-matchpath.2.patch, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13787357#comment-13787357
 ] 

Hudson commented on HIVE-5087:
--

FAILURE: Integrated in Hive-trunk-hadoop1-ptest #191 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop1-ptest/191/])
HIVE-5087 : Rename npath UDF to matchpath (Edward Capriolo and Carl Steinbach 
via Ashutosh Chauhan) (thejas: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1529501)
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/MatchPath.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/NPath.java
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_matchpath.q
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_npath.q
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_register_tblfn.q
* /hive/trunk/ql/src/test/results/clientpositive/ptf_matchpath.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ptf_npath.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ptf_register_tblfn.q.out
* /hive/trunk/ql/src/test/results/clientpositive/show_functions.q.out


 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.2.patch, 
 HIVE-5087.99.patch.txt, HIVE-5087-matchpath.1.patch.txt, 
 HIVE-5087-matchpath.2.patch, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13787407#comment-13787407
 ] 

Hudson commented on HIVE-5087:
--

FAILURE: Integrated in Hive-trunk-hadoop2-ptest #126 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2-ptest/126/])
HIVE-5087 : Rename npath UDF to matchpath (Edward Capriolo and Carl Steinbach 
via Ashutosh Chauhan) (thejas: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1529501)
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/MatchPath.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/NPath.java
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_matchpath.q
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_npath.q
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_register_tblfn.q
* /hive/trunk/ql/src/test/results/clientpositive/ptf_matchpath.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ptf_npath.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ptf_register_tblfn.q.out
* /hive/trunk/ql/src/test/results/clientpositive/show_functions.q.out


 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.2.patch, 
 HIVE-5087.99.patch.txt, HIVE-5087-matchpath.1.patch.txt, 
 HIVE-5087-matchpath.2.patch, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-05 Thread Lefty Leverenz (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13787453#comment-13787453
 ] 

Lefty Leverenz commented on HIVE-5087:
--

This needs to be documented in the wiki.  Also, the wiki contains one mention 
of npath, in a child of the Home page:  
[https://cwiki.apache.org/confluence/display/Hive/Fix+Hive+Unit+Tests+on+Hadoop+2+-+HIVE-3949]
 which contains this line: 

TestCliDriver.ptf_npath.qHIVE-4721   Resolved

... but the latest patch doesn't change TestCliDriver.ptf_npath.q.

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.2.patch, 
 HIVE-5087.99.patch.txt, HIVE-5087-matchpath.1.patch.txt, 
 HIVE-5087-matchpath.2.patch, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13787468#comment-13787468
 ] 

Hudson commented on HIVE-5087:
--

FAILURE: Integrated in Hive-trunk-hadoop2 #483 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/483/])
HIVE-5087 : Rename npath UDF to matchpath (Edward Capriolo and Carl Steinbach 
via Ashutosh Chauhan) (thejas: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1529501)
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/MatchPath.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/NPath.java
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_matchpath.q
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_npath.q
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_register_tblfn.q
* /hive/trunk/ql/src/test/results/clientpositive/ptf_matchpath.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ptf_npath.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ptf_register_tblfn.q.out
* /hive/trunk/ql/src/test/results/clientpositive/show_functions.q.out


 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.2.patch, 
 HIVE-5087.99.patch.txt, HIVE-5087-matchpath.1.patch.txt, 
 HIVE-5087-matchpath.2.patch, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13787473#comment-13787473
 ] 

Hudson commented on HIVE-5087:
--

FAILURE: Integrated in Hive-trunk-h0.21 #2382 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/2382/])
HIVE-5087 : Rename npath UDF to matchpath (Edward Capriolo and Carl Steinbach 
via Ashutosh Chauhan) (thejas: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1529501)
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/MatchPath.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/NPath.java
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_matchpath.q
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_npath.q
* /hive/trunk/ql/src/test/queries/clientpositive/ptf_register_tblfn.q
* /hive/trunk/ql/src/test/results/clientpositive/ptf_matchpath.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ptf_npath.q.out
* /hive/trunk/ql/src/test/results/clientpositive/ptf_register_tblfn.q.out
* /hive/trunk/ql/src/test/results/clientpositive/show_functions.q.out


 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.2.patch, 
 HIVE-5087.99.patch.txt, HIVE-5087-matchpath.1.patch.txt, 
 HIVE-5087-matchpath.2.patch, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-03 Thread Brock Noland (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13785256#comment-13785256
 ] 

Brock Noland commented on HIVE-5087:


I think we should just commit this. Picking a name of the air is better than 
using one we know has has legal issues.

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.99.patch.txt, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-03 Thread Edward Capriolo (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13785282#comment-13785282
 ] 

Edward Capriolo commented on HIVE-5087:
---

I am back under the opinion we should just remove this UDF. You could make a 
sequel to 'office space' based on the story behind this UDF

'yea... im going to need you to come in on Saturday and rename this udf'
'yea...im going to need you to come in on sunday because its saturday and I 
dont know the name yet'
'yea...im going to need you to come in next saturday because we are not sure if 
we should rename it yet'

It would be a block buster for sure.




 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.99.patch.txt, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-03 Thread Brock Noland (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13785285#comment-13785285
 ] 

Brock Noland commented on HIVE-5087:


I'd be +1 for just removing it.

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.99.patch.txt, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-03 Thread Carl Steinbach (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13785459#comment-13785459
 ] 

Carl Steinbach commented on HIVE-5087:
--

We are waiting until EOD Friday to commit this. If you are a Hive committer or 
PMC member and want more information about what's going on, then please send an 
email to the Hive PMC list. Thanks.

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.99.patch.txt, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-10-02 Thread Thejas M Nair (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13784693#comment-13784693
 ] 

Thejas M Nair commented on HIVE-5087:
-

I am hoping that all serious blockers would get fixed by tomorrow and I can get 
an 0.12 RC out by friday. Should I commit the changes or should we consider it 
as non blocker for 0.12 ?




 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.99.patch.txt, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff






--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-09-25 Thread Thejas M Nair (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13778062#comment-13778062
 ] 

Thejas M Nair commented on HIVE-5087:
-

Can I commit this tomorrow if we haven't heard from them, that this unblocks 
0.12 RC ? I am hoping to have an RC out by friday.

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.99.patch.txt, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-09-25 Thread Carl Steinbach (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13778099#comment-13778099
 ] 

Carl Steinbach commented on HIVE-5087:
--

[~thejas] I requested an update from our lawyer. Let's wait until EOD tomorrow 
to make a decision on this. Thanks.

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.99.patch.txt, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-09-19 Thread Thejas M Nair (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772399#comment-13772399
 ] 

Thejas M Nair commented on HIVE-5087:
-

What should we do for 0.12 release if we don't hear from the lawyers in a week 
? I am hoping to have release candidates out by then. 
Should we release with this new name that case ? 
(Hello world, does anybody out there have a problem with this new name , please 
chime in it if you do! :))


 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.99.patch.txt, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-09-19 Thread Edward Capriolo (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13772466#comment-13772466
 ] 

Edward Capriolo commented on HIVE-5087:
---

We agreed to remove the name npath. If we do not have word from asf legal we 
should release with the new name we have chosen. We can always changr the name 
again, but it is imperative we produce a release without the name npath in it. 
Lets wait as long as possible however. 

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.99.patch.txt, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-5087) Rename npath UDF to matchpath

2013-09-15 Thread Carl Steinbach (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13767992#comment-13767992
 ] 

Carl Steinbach commented on HIVE-5087:
--

No one has threatened legal action over any of the other UDF names. If that 
happens I suppose we'll do the same thing.

 Rename npath UDF to matchpath
 -

 Key: HIVE-5087
 URL: https://issues.apache.org/jira/browse/HIVE-5087
 Project: Hive
  Issue Type: Bug
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Blocker
 Fix For: 0.12.0

 Attachments: HIVE-5087.1.patch.txt, HIVE-5087.99.patch.txt, 
 HIVE-5087-matchpath.1.patch.txt, HIVE-5087.patch.txt, HIVE-5087.patch.txt, 
 regex_path.diff




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira