You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "debarshi basak (Created) (JIRA)" <ji...@apache.org> on 2012/04/01 00:08:25 UTC

[jira] [Created] (HBASE-5691) Importtsv stops the webservice from which it is evoked

Importtsv stops the webservice from which it is evoked
------------------------------------------------------

                 Key: HBASE-5691
                 URL: https://issues.apache.org/jira/browse/HBASE-5691
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.90.4
            Reporter: debarshi basak
            Priority: Minor


I was trying to run importtsv from a servlet. Everytime after the completion of job, the tomcat server was shutdown.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5691) Importtsv stops the webservice from which it is evoked

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

stack commented on HBASE-5691:
------------------------------

It calls System.exit on the end:     System.exit(job.waitForCompletion(true) ? 0 : 1);.   How you invoking it?    You call main?   Why not call the createSubmittableJob(conf, otherArgs) and then pass the passed job to job.waitForCompletion(true)...  and show error or success dependent on what is returned.  Is it even  a good idea calling this script from a servlet?
                
> Importtsv stops the webservice from which it is evoked
> ------------------------------------------------------
>
>                 Key: HBASE-5691
>                 URL: https://issues.apache.org/jira/browse/HBASE-5691
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.4
>            Reporter: debarshi basak
>            Priority: Minor
>
> I was trying to run importtsv from a servlet. Everytime after the completion of job, the tomcat server was shutdown.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5691) Importtsv stops the webservice from which it is evoked

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

Hudson commented on HBASE-5691:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #192 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/192/])
    HBASE-5691 and HBASE-3678 New standard HBase code formatter AND Add Eclipse-based Apache Formatter to HBase Wiki (Revision 1390028)
HBASE-5691 and HBASE-3678 New standard HBase code formatter AND Add Eclipse-based Apache Formatter to HBase Wiki (Revision 1390026)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/src/docbkx/developer.xml

stack : 
Files : 
* /hbase/trunk/dev-support/hbase_eclipse_formatter.xml
* /hbase/trunk/src/docbkx/developer.xml
* /hbase/trunk/src/docbkx/troubleshooting.xml

                
> Importtsv stops the webservice from which it is evoked
> ------------------------------------------------------
>
>                 Key: HBASE-5691
>                 URL: https://issues.apache.org/jira/browse/HBASE-5691
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.4
>            Reporter: debarshi basak
>            Priority: Minor
>
> I was trying to run importtsv from a servlet. Everytime after the completion of job, the tomcat server was shutdown.

--
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-5691) Importtsv stops the webservice from which it is evoked

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

Todd Lipcon resolved HBASE-5691.
--------------------------------

    Resolution: Not A Problem
    
> Importtsv stops the webservice from which it is evoked
> ------------------------------------------------------
>
>                 Key: HBASE-5691
>                 URL: https://issues.apache.org/jira/browse/HBASE-5691
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.4
>            Reporter: debarshi basak
>            Priority: Minor
>
> I was trying to run importtsv from a servlet. Everytime after the completion of job, the tomcat server was shutdown.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (HBASE-5691) Importtsv stops the webservice from which it is evoked

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

Todd Lipcon reopened HBASE-5691:
--------------------------------

    
> Importtsv stops the webservice from which it is evoked
> ------------------------------------------------------
>
>                 Key: HBASE-5691
>                 URL: https://issues.apache.org/jira/browse/HBASE-5691
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.4
>            Reporter: debarshi basak
>            Priority: Minor
>
> I was trying to run importtsv from a servlet. Everytime after the completion of job, the tomcat server was shutdown.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5691) Importtsv stops the webservice from which it is evoked

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

Hudson commented on HBASE-5691:
-------------------------------

Integrated in HBase-TRUNK #3377 (See [https://builds.apache.org/job/HBase-TRUNK/3377/])
    HBASE-5691 and HBASE-3678 New standard HBase code formatter AND Add Eclipse-based Apache Formatter to HBase Wiki (Revision 1390028)
HBASE-5691 and HBASE-3678 New standard HBase code formatter AND Add Eclipse-based Apache Formatter to HBase Wiki (Revision 1390026)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/src/docbkx/developer.xml

stack : 
Files : 
* /hbase/trunk/dev-support/hbase_eclipse_formatter.xml
* /hbase/trunk/src/docbkx/developer.xml
* /hbase/trunk/src/docbkx/troubleshooting.xml

                
> Importtsv stops the webservice from which it is evoked
> ------------------------------------------------------
>
>                 Key: HBASE-5691
>                 URL: https://issues.apache.org/jira/browse/HBASE-5691
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.4
>            Reporter: debarshi basak
>            Priority: Minor
>
> I was trying to run importtsv from a servlet. Everytime after the completion of job, the tomcat server was shutdown.

--
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-5691) Importtsv stops the webservice from which it is evoked

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

debarshi basak commented on HBASE-5691:
---------------------------------------

Thanks alot.It worked.
                
> Importtsv stops the webservice from which it is evoked
> ------------------------------------------------------
>
>                 Key: HBASE-5691
>                 URL: https://issues.apache.org/jira/browse/HBASE-5691
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.4
>            Reporter: debarshi basak
>            Priority: Minor
>
> I was trying to run importtsv from a servlet. Everytime after the completion of job, the tomcat server was shutdown.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5691) Importtsv stops the webservice from which it is evoked

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

stack commented on HBASE-5691:
------------------------------

Oh, please close this issue if the above suggestion works for you.
                
> Importtsv stops the webservice from which it is evoked
> ------------------------------------------------------
>
>                 Key: HBASE-5691
>                 URL: https://issues.apache.org/jira/browse/HBASE-5691
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.4
>            Reporter: debarshi basak
>            Priority: Minor
>
> I was trying to run importtsv from a servlet. Everytime after the completion of job, the tomcat server was shutdown.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-5691) Importtsv stops the webservice from which it is evoked

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

debarshi basak resolved HBASE-5691.
-----------------------------------

    Resolution: Fixed
    
> Importtsv stops the webservice from which it is evoked
> ------------------------------------------------------
>
>                 Key: HBASE-5691
>                 URL: https://issues.apache.org/jira/browse/HBASE-5691
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.4
>            Reporter: debarshi basak
>            Priority: Minor
>
> I was trying to run importtsv from a servlet. Everytime after the completion of job, the tomcat server was shutdown.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira