You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2009/09/17 18:22:57 UTC

[jira] Created: (HBASE-1850) src/examples/mapred do not compile after HBASE-1822

src/examples/mapred do not compile after HBASE-1822
---------------------------------------------------

                 Key: HBASE-1850
                 URL: https://issues.apache.org/jira/browse/HBASE-1850
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: Andrew Purtell
            Priority: Minor
             Fix For: 0.21.0


SampleUploader uses both old mapred API and old HBase API, now removed by HBASE-1822. Delete it? Port it?

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


[jira] Commented: (HBASE-1850) src/examples/mapred do not compile after HBASE-1822

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756671#action_12756671 ] 

Andrew Purtell commented on HBASE-1850:
---------------------------------------

+1 on keeping a simple example. Port looks good, JG, thanks. 

Put writeToWAL(false) in, but commented out, with an explanation of what it does?

> src/examples/mapred do not compile after HBASE-1822
> ---------------------------------------------------
>
>                 Key: HBASE-1850
>                 URL: https://issues.apache.org/jira/browse/HBASE-1850
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.21.0
>
>         Attachments: HBASE-1850-v1.patch
>
>
> SampleUploader uses both old mapred API and old HBase API, now removed by HBASE-1822. Delete it? Port it?

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


[jira] Updated: (HBASE-1850) src/examples/mapred do not compile after HBASE-1822

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray updated HBASE-1850:
---------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Committed to trunk (took 3 commits).

Added commented-out setWriteToWAL(false) with explanation.

Moved to mapreduce package and path: src/examples/mapreduce/org/apache/hadoop/hbase/mapreduce/SampleUploader.java

> src/examples/mapred do not compile after HBASE-1822
> ---------------------------------------------------
>
>                 Key: HBASE-1850
>                 URL: https://issues.apache.org/jira/browse/HBASE-1850
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.21.0
>
>         Attachments: HBASE-1850-v1.patch
>
>
> SampleUploader uses both old mapred API and old HBase API, now removed by HBASE-1822. Delete it? Port it?

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


[jira] Commented: (HBASE-1850) src/examples/mapred do not compile after HBASE-1822

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756631#action_12756631 ] 

stack commented on HBASE-1850:
------------------------------

Lets get rid of sample uploader now we have a 'real' uploader in our Importer class?

> src/examples/mapred do not compile after HBASE-1822
> ---------------------------------------------------
>
>                 Key: HBASE-1850
>                 URL: https://issues.apache.org/jira/browse/HBASE-1850
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.21.0
>
>
> SampleUploader uses both old mapred API and old HBase API, now removed by HBASE-1822. Delete it? Port it?

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


[jira] Assigned: (HBASE-1850) src/examples/mapred do not compile after HBASE-1822

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray reassigned HBASE-1850:
------------------------------------

    Assignee: Jonathan Gray

Let me take a stab at porting it.

> src/examples/mapred do not compile after HBASE-1822
> ---------------------------------------------------
>
>                 Key: HBASE-1850
>                 URL: https://issues.apache.org/jira/browse/HBASE-1850
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.21.0
>
>
> SampleUploader uses both old mapred API and old HBase API, now removed by HBASE-1822. Delete it? Port it?

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


[jira] Updated: (HBASE-1850) src/examples/mapred do not compile after HBASE-1822

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray updated HBASE-1850:
---------------------------------

    Status: Patch Available  (was: Open)

Please review.  Will move from mapred to mapreduce package on commit.

> src/examples/mapred do not compile after HBASE-1822
> ---------------------------------------------------
>
>                 Key: HBASE-1850
>                 URL: https://issues.apache.org/jira/browse/HBASE-1850
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.21.0
>
>         Attachments: HBASE-1850-v1.patch
>
>
> SampleUploader uses both old mapred API and old HBase API, now removed by HBASE-1822. Delete it? Port it?

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


[jira] Updated: (HBASE-1850) src/examples/mapred do not compile after HBASE-1822

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray updated HBASE-1850:
---------------------------------

    Attachment: HBASE-1850-v1.patch

Makes SampleUploader use new mapreduce package.

Changes example input to be a CSV file, which I think is fairly common.  Though very similar to the newly added Import class, I think it's worth putting in as many examples as possible.

> src/examples/mapred do not compile after HBASE-1822
> ---------------------------------------------------
>
>                 Key: HBASE-1850
>                 URL: https://issues.apache.org/jira/browse/HBASE-1850
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>            Assignee: Jonathan Gray
>            Priority: Minor
>             Fix For: 0.21.0
>
>         Attachments: HBASE-1850-v1.patch
>
>
> SampleUploader uses both old mapred API and old HBase API, now removed by HBASE-1822. Delete it? Port it?

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