You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2012/08/29 23:31:07 UTC

[jira] [Created] (HBASE-6688) folder referred by thrift demo app instructions is outdated

Jimmy Xiang created HBASE-6688:
----------------------------------

             Summary: folder referred by thrift demo app instructions is outdated
                 Key: HBASE-6688
                 URL: https://issues.apache.org/jira/browse/HBASE-6688
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.96.0
            Reporter: Jimmy Xiang
            Priority: Minor
             Fix For: 0.96.0


Due to the source tree module change for 0.96, the instructions in the thrift demo example don't match the folder structure any more.

In the instruction, it is referring to:

../../../src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

it should be

../../hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift



--
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] [Updated] (HBASE-6688) folder referred by thrift demo app instructions is outdated

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

stack updated HBASE-6688:
-------------------------

    Fix Version/s: 0.94.3
    
> folder referred by thrift demo app instructions is outdated
> -----------------------------------------------------------
>
>                 Key: HBASE-6688
>                 URL: https://issues.apache.org/jira/browse/HBASE-6688
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jimmy Xiang
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: thrift094.txt, thrift.txt
>
>
> Due to the source tree module change for 0.96, the instructions in the thrift demo example don't match the folder structure any more.
> In the instruction, it is referring to:
> ../../../src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
> it should be
> ../../hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

--
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] (HBASE-6688) folder referred by thrift demo app instructions is outdated

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

Hudson commented on HBASE-6688:
-------------------------------

Integrated in HBase-0.94-security-on-Hadoop-23 #8 (See [https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/8/])
    HBASE-6688 folder referred by thrift demo app instructions is outdated (Revision 1391284)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift2/package.html
* /hbase/branches/0.94/src/main/javadoc/org/apache/hadoop/hbase/thrift/package.html

                
> folder referred by thrift demo app instructions is outdated
> -----------------------------------------------------------
>
>                 Key: HBASE-6688
>                 URL: https://issues.apache.org/jira/browse/HBASE-6688
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jimmy Xiang
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.94.2, 0.96.0
>
>         Attachments: thrift094.txt, thrift.txt
>
>
> Due to the source tree module change for 0.96, the instructions in the thrift demo example don't match the folder structure any more.
> In the instruction, it is referring to:
> ../../../src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
> it should be
> ../../hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

--
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] [Updated] (HBASE-6688) folder referred by thrift demo app instructions is outdated

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

stack updated HBASE-6688:
-------------------------

    Attachment: thrift.txt

Fix stale thrift doc; fix paths, how to gen, remove deprecation on thrift1 (it doesn't look like it is going away any time soon), tell better story on diff between packages.
                
> folder referred by thrift demo app instructions is outdated
> -----------------------------------------------------------
>
>                 Key: HBASE-6688
>                 URL: https://issues.apache.org/jira/browse/HBASE-6688
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jimmy Xiang
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: thrift.txt
>
>
> Due to the source tree module change for 0.96, the instructions in the thrift demo example don't match the folder structure any more.
> In the instruction, it is referring to:
> ../../../src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
> it should be
> ../../hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

--
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] [Updated] (HBASE-6688) folder referred by thrift demo app instructions is outdated

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

Lars Hofhansl updated HBASE-6688:
---------------------------------

    Fix Version/s:     (was: 0.94.3)
                   0.94.2
    
> folder referred by thrift demo app instructions is outdated
> -----------------------------------------------------------
>
>                 Key: HBASE-6688
>                 URL: https://issues.apache.org/jira/browse/HBASE-6688
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jimmy Xiang
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.94.2, 0.96.0
>
>         Attachments: thrift094.txt, thrift.txt
>
>
> Due to the source tree module change for 0.96, the instructions in the thrift demo example don't match the folder structure any more.
> In the instruction, it is referring to:
> ../../../src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
> it should be
> ../../hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

--
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] (HBASE-6688) folder referred by thrift demo app instructions is outdated

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

Hudson commented on HBASE-6688:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #197 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/197/])
    HBASE-6688 folder referred by thrift demo app instructions is outdated (Revision 1391283)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/thrift2/package.html
* /hbase/trunk/hbase-server/src/main/javadoc/org/apache/hadoop/hbase/thrift/package.html

                
> folder referred by thrift demo app instructions is outdated
> -----------------------------------------------------------
>
>                 Key: HBASE-6688
>                 URL: https://issues.apache.org/jira/browse/HBASE-6688
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jimmy Xiang
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: thrift094.txt, thrift.txt
>
>
> Due to the source tree module change for 0.96, the instructions in the thrift demo example don't match the folder structure any more.
> In the instruction, it is referring to:
> ../../../src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
> it should be
> ../../hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

--
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] (HBASE-6688) folder referred by thrift demo app instructions is outdated

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

Hudson commented on HBASE-6688:
-------------------------------

Integrated in HBase-TRUNK #3387 (See [https://builds.apache.org/job/HBase-TRUNK/3387/])
    HBASE-6688 folder referred by thrift demo app instructions is outdated (Revision 1391283)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/thrift2/package.html
* /hbase/trunk/hbase-server/src/main/javadoc/org/apache/hadoop/hbase/thrift/package.html

                
> folder referred by thrift demo app instructions is outdated
> -----------------------------------------------------------
>
>                 Key: HBASE-6688
>                 URL: https://issues.apache.org/jira/browse/HBASE-6688
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jimmy Xiang
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: thrift094.txt, thrift.txt
>
>
> Due to the source tree module change for 0.96, the instructions in the thrift demo example don't match the folder structure any more.
> In the instruction, it is referring to:
> ../../../src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
> it should be
> ../../hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

--
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] (HBASE-6688) folder referred by thrift demo app instructions is outdated

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

Jimmy Xiang commented on HBASE-6688:
------------------------------------

Thanks a lot for taking care of it.
                
> folder referred by thrift demo app instructions is outdated
> -----------------------------------------------------------
>
>                 Key: HBASE-6688
>                 URL: https://issues.apache.org/jira/browse/HBASE-6688
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jimmy Xiang
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: thrift094.txt, thrift.txt
>
>
> Due to the source tree module change for 0.96, the instructions in the thrift demo example don't match the folder structure any more.
> In the instruction, it is referring to:
> ../../../src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
> it should be
> ../../hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

--
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] [Resolved] (HBASE-6688) folder referred by thrift demo app instructions is outdated

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

stack resolved HBASE-6688.
--------------------------

    Resolution: Fixed
      Assignee: stack

Committed to 0.94 and trunk.
                
> folder referred by thrift demo app instructions is outdated
> -----------------------------------------------------------
>
>                 Key: HBASE-6688
>                 URL: https://issues.apache.org/jira/browse/HBASE-6688
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jimmy Xiang
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: thrift094.txt, thrift.txt
>
>
> Due to the source tree module change for 0.96, the instructions in the thrift demo example don't match the folder structure any more.
> In the instruction, it is referring to:
> ../../../src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
> it should be
> ../../hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

--
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] [Updated] (HBASE-6688) folder referred by thrift demo app instructions is outdated

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

stack updated HBASE-6688:
-------------------------

    Attachment: thrift094.txt

Here is patch for 0.94.  Same as trunk except I've stripped the hbase-server from the commands generating thrift code... I applied this patch w/ -p1.
                
> folder referred by thrift demo app instructions is outdated
> -----------------------------------------------------------
>
>                 Key: HBASE-6688
>                 URL: https://issues.apache.org/jira/browse/HBASE-6688
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jimmy Xiang
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: thrift094.txt, thrift.txt
>
>
> Due to the source tree module change for 0.96, the instructions in the thrift demo example don't match the folder structure any more.
> In the instruction, it is referring to:
> ../../../src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
> it should be
> ../../hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

--
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] (HBASE-6688) folder referred by thrift demo app instructions is outdated

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

Hudson commented on HBASE-6688:
-------------------------------

Integrated in HBase-0.94 #495 (See [https://builds.apache.org/job/HBase-0.94/495/])
    HBASE-6688 folder referred by thrift demo app instructions is outdated (Revision 1391284)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift2/package.html
* /hbase/branches/0.94/src/main/javadoc/org/apache/hadoop/hbase/thrift/package.html

                
> folder referred by thrift demo app instructions is outdated
> -----------------------------------------------------------
>
>                 Key: HBASE-6688
>                 URL: https://issues.apache.org/jira/browse/HBASE-6688
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jimmy Xiang
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: thrift094.txt, thrift.txt
>
>
> Due to the source tree module change for 0.96, the instructions in the thrift demo example don't match the folder structure any more.
> In the instruction, it is referring to:
> ../../../src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
> it should be
> ../../hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

--
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] (HBASE-6688) folder referred by thrift demo app instructions is outdated

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

Hudson commented on HBASE-6688:
-------------------------------

Integrated in HBase-0.94-security #58 (See [https://builds.apache.org/job/HBase-0.94-security/58/])
    HBASE-6688 folder referred by thrift demo app instructions is outdated (Revision 1391284)

     Result = SUCCESS
stack : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/thrift2/package.html
* /hbase/branches/0.94/src/main/javadoc/org/apache/hadoop/hbase/thrift/package.html

                
> folder referred by thrift demo app instructions is outdated
> -----------------------------------------------------------
>
>                 Key: HBASE-6688
>                 URL: https://issues.apache.org/jira/browse/HBASE-6688
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: Jimmy Xiang
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.94.3, 0.96.0
>
>         Attachments: thrift094.txt, thrift.txt
>
>
> Due to the source tree module change for 0.96, the instructions in the thrift demo example don't match the folder structure any more.
> In the instruction, it is referring to:
> ../../../src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift
> it should be
> ../../hbase-server/src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift

--
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