[ 
https://issues.apache.org/jira/browse/HIVE-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654535#action_12654535
 ] 

Namit Jain commented on HIVE-127:
---------------------------------

    [junit] 08/12/08 11:27:39 INFO mapred.TaskRunner: Task 
'attempt_local_0001_m_000000_0' done.
    [junit] 08/12/08 11:27:39 INFO thrift.TBinarySortableProtocol: Sort order 
is ""
    [junit] 08/12/08 11:27:39 INFO thrift.TBinarySortableProtocol: Sort order 
is ""
    [junit] 08/12/08 11:27:39 INFO mapred.Merger: Merging 1 sorted segments
    [junit] 08/12/08 11:27:39 INFO mapred.Merger: Down to the last merge-pass, 
with 1 segments left of total size: 24 bytes
    [junit] 08/12/08 11:27:39 INFO exec.GroupByOperator: Initializing Self
    [junit] 08/12/08 11:27:39 INFO exec.GroupByOperator: Initializing children:
    [junit] 08/12/08 11:27:39 INFO exec.SelectOperator: Initializing Self
    [junit] 08/12/08 11:27:39 INFO exec.SelectOperator: Initializing children:
    [junit] 08/12/08 11:27:39 INFO exec.FileSinkOperator: Initializing Self
    [junit] 08/12/08 11:27:39 INFO exec.SelectOperator: Initialization Done
    [junit] 08/12/08 11:27:39 INFO exec.GroupByOperator: Initialization Done
    [junit] 08/12/08 11:27:40 INFO mapred.TaskRunner: 
Task:attempt_local_0001_r_000000_0 is done. And is in the process of commiting
    [junit] 08/12/08 11:27:40 INFO mapred.LocalJobRunner: 
    [junit] 08/12/08 11:27:40 INFO mapred.TaskRunner: Task 
attempt_local_0001_r_000000_0 is allowed to commit now
    [junit] 08/12/08 11:27:40 INFO mapred.FileOutputCommitter: Saved output of 
task 'attempt_local_0001_r_000000_0' to file:/tmp/hive-njain1339773828
    [junit] 08/12/08 11:27:40 INFO mapred.LocalJobRunner: reduce > reduce
    [junit] 08/12/08 11:27:40 INFO mapred.TaskRunner: Task 
'attempt_local_0001_r_000000_0' done.
    [junit] 08/12/08 11:27:40 INFO exec.ExecDriver:  map = 100%,  reduce =100%
    [junit] 08/12/08 11:27:40 INFO exec.ExecDriver: Ended Job = job_local_0001
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testExecute took 12.928 sec
    [junit] Testcase: testMetastore took 0.207 sec
    [junit] Testcase: testFetch took 8.076 sec
    [junit] Testcase: testDynamicSerde took 8.464 sec

BUILD SUCCESSFUL
Total time: 16 minutes 17 seconds


the tests passed successfully

> fetch task does not pass the job to the serde in initialize
> -----------------------------------------------------------
>
>                 Key: HIVE-127
>                 URL: https://issues.apache.org/jira/browse/HIVE-127
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Namit Jain
>            Assignee: Namit Jain
>         Attachments: patch-127.txt
>
>
> Fetch task passes a null job to the serde during initialize - it should not 
> assume that the serde does not need the job.
> This assumption is valid for MetadataTypedColumnSetSerde, but need not be 
> valid always

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to