I will be looking at this soon.

On Friday, July 19, 2013, Hive QA (JIRA) <j...@apache.org> wrote:
>
>     [
https://issues.apache.org/jira/browse/HIVE-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13713621#comment-13713621]
>
> Hive QA commented on HIVE-2906:
> -------------------------------
>
>
>
> {color:red}Overall{color}: -1 build exited with an error
>
> Here are the results of testing the latest attachment:
>
https://issues.apache.org/jira/secure/attachment/12593110/HIVE-2906.D2499.6.patch
>
> {color:red}ERROR:{color} -1 due to 4 failed/errored test(s)
> Failed tests:
>
org.apache.hadoop.hive.ql.parse.TestParseNegative.testParseNegative_missing_overwrite
>
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_ptf_negative_DistributeByOrderBy
>
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_ptf_negative_PartitionBySortBy
> org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_input4
>
> Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/91/testReport
> Console output:
https://builds.apache.org/job/PreCommit-HIVE-Build/91/console
>
> Messages:
> Executing org.apache.hive.ptest.execution.CleanupPhase
> Executing org.apache.hive.ptest.execution.PrepPhase
> Executing org.apache.hive.ptest.execution.ExecutionPhase
> Executing org.apache.hive.ptest.execution.ReportingPhase
> Tests failed with: TestsFailedException: 4 tests failed
>
> This message is automatically generated.
>
>> Support providing some table properties by user via SQL
>> -------------------------------------------------------
>>
>>                 Key: HIVE-2906
>>                 URL: https://issues.apache.org/jira/browse/HIVE-2906
>>             Project: Hive
>>          Issue Type: Improvement
>>          Components: Query Processor
>>            Reporter: Navis
>>            Assignee: Navis
>>         Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2906.D2499.1.patch,
ASF.LICENSE.NOT.GRANTED--HIVE-2906.D2499.2.patch,
ASF.LICENSE.NOT.GRANTED--HIVE-2906.D2499.3.patch,
ASF.LICENSE.NOT.GRANTED--HIVE-2906.D2499.4.patch,
ASF.LICENSE.NOT.GRANTED--HIVE-2906.D2499.5.patch, HIVE-2906.D2499.6.patch
>>
>>
>> Some properties are needed to be provided to StorageHandler by user in
runtime. It might be an address for remote resource or retry count for
access or maximum version count(for hbase), etc.
>> For example,
>> {code}
>> select emp.empno, emp.ename from hbase_emp ('max.version'='3') emp;
>> {code}
>
> --
> 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
>

Reply via email to