[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2015-02-08 Thread Alexander Pivovarov (JIRA)

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

Alexander Pivovarov commented on HIVE-3405:
---

Added function description to the wiki

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Fix For: 0.15.0

 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch, HIVE-3405.4.patch, HIVE-3405.5.patch, HIVE-3405.5.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2015-01-12 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-3405:
--

Doc note:  The *initcap* UDF should be documented in the String Functions 
section of the UDF wikidoc, with version information and a link to this issue.

* [LanguageManual UDF -- String Functions | 
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-StringFunctions]

The release note should also be updated.  Currently it says Initcap method 
tested.please verify.

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: TODOC15, patch
 Fix For: 0.15.0

 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch, HIVE-3405.4.patch, HIVE-3405.5.patch, HIVE-3405.5.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2015-01-10 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-3405:
---



{color:red}Overall{color}: -1 at least one tests failed

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

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6749 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2324/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2324/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2324/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12691441 - PreCommit-HIVE-TRUNK-Build

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch, HIVE-3405.4.patch, HIVE-3405.5.patch, HIVE-3405.5.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2015-01-09 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-3405:
---



{color:red}Overall{color}: -1 at least one tests failed

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

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6741 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2312/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2312/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2312/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12691027 - PreCommit-HIVE-TRUNK-Build

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch, HIVE-3405.4.patch, HIVE-3405.5.patch, HIVE-3405.5.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2015-01-09 Thread Alexander Pivovarov (JIRA)

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

Alexander Pivovarov commented on HIVE-3405:
---

it's only one test failed on build 2312 - 
TestMiniTezCliDriver.testCliDriver_optimize_nullscan
This test failed in previous build 2311 as well

So, the patch HIVE-3405.5 should be good.

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch, HIVE-3405.4.patch, HIVE-3405.5.patch, HIVE-3405.5.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2015-01-09 Thread Alexander Pivovarov (JIRA)

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

Alexander Pivovarov commented on HIVE-3405:
---

how to trigger HIVE build? for some reason 3405 in not in the queue 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch, HIVE-3405.4.patch, HIVE-3405.5.patch, HIVE-3405.5.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2015-01-09 Thread Szehon Ho (JIRA)

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

Szehon Ho commented on HIVE-3405:
-

Current build should be testing 3405: 
[http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2312/|http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2312/],
 it says in the parameters.

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch, HIVE-3405.4.patch, HIVE-3405.5.patch, HIVE-3405.5.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2015-01-08 Thread Jason Dere (JIRA)

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

Jason Dere commented on HIVE-3405:
--

+1 if precommit tests still look good

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch, HIVE-3405.4.patch, HIVE-3405.5.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2014-12-30 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-3405:
-

Thanks for the patch [~apivovarov] .
Can you also upload it to http://reviews.apache.org/ ? (instructions if you end 
up needing them - https://cwiki.apache.org/confluence/display/Hive/Review+Board 
)
Can you also format the code to use two spaces for indentation ? 
(https://cwiki.apache.org/confluence/display/Hive/HowToContribute#HowToContribute-CodingConventions)


 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2014-12-30 Thread Alexander Pivovarov (JIRA)

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

Alexander Pivovarov commented on HIVE-3405:
---

review board link https://reviews.apache.org/r/29495/

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch, HIVE-3405.4.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2014-12-30 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-3405:
---



{color:red}Overall{color}: -1 at least one tests failed

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

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6725 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2223/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2223/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2223/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12689577 - PreCommit-HIVE-TRUNK-Build

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch, HIVE-3405.4.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2014-12-30 Thread Alexander Pivovarov (JIRA)

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

Alexander Pivovarov commented on HIVE-3405:
---

it was one error during the build 2223 (HIVE-3405.2.patch). The error is not 
related to this ticket - org.apache.hadoop.hive.cli/TestMiniTezCliDriver - 
testCliDriver_optimize_nullscan

BTW, I run failed test on my computer - it passed
{code}
[apivovarov@c11 qtest]$ mvn test -Dtest=TestMiniTezCliDriver 
-Dqfile=optimize_nullscan.q  -Dtest.output.overwrite=true -Phadoop-2

---
 T E S T S
---
Running org.apache.hadoop.hive.cli.TestMiniTezCliDriver
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 617.308 sec - 
in org.apache.hadoop.hive.cli.TestMiniTezCliDriver

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 11:10 min
[INFO] Finished at: 2014-12-30T20:50:49-08:00
[INFO] Final Memory: 89M/671M
[INFO] 
{code}

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch, HIVE-3405.4.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2014-12-30 Thread Alexander Pivovarov (JIRA)

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

Alexander Pivovarov commented on HIVE-3405:
---

Correction - build 2223 (HIVE-3405.4.patch).

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch, HIVE-3405.4.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2014-12-29 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-3405:
---



{color:red}Overall{color}: -1 at least one tests failed

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

{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 6725 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_list_bucket_dml_10
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2218/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2218/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2218/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 2 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12689427 - PreCommit-HIVE-TRUNK-Build

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2014-12-29 Thread Alexander Pivovarov (JIRA)

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

Alexander Pivovarov commented on HIVE-3405:
---

I looked at test result for build 2218. All tests are passed except of 2 failed 
tests in org.apache.hadoop.hive.cli 
I checked previous builds (2217 and 2215) they also have 2 failed tests in 
org.apache.hadoop.hive.cli.
So, HIVE-3405.3.patch does not introduce any new failed tests

 UDF initcap to obtain a string with the first letter of each word in 
 uppercase other letters in lowercase
 -

 Key: HIVE-3405
 URL: https://issues.apache.org/jira/browse/HIVE-3405
 Project: Hive
  Issue Type: New Feature
  Components: UDF
Affects Versions: 0.8.1, 0.9.0, 0.9.1, 0.10.0, 0.11.0, 0.13.0, 0.14.0, 
 0.15.0, 0.14.1
Reporter: Archana Nair
Assignee: Alexander Pivovarov
  Labels: patch
 Attachments: HIVE-3405.1.patch.txt, HIVE-3405.2.patch, 
 HIVE-3405.3.patch


 Hive current releases lacks a INITCAP function  which returns String with 
 first letter of the word in uppercase.INITCAP returns String, with the first 
 letter of each word in uppercase, all other letters in same case. Words are 
 delimited by white space.This will be useful report generation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)