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

2012-09-25 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2012-09-25 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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] [Commented] (HBASE-5691) Importtsv stops the webservice from which it is evoked

2012-03-31 Thread stack (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2012-03-31 Thread stack (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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] [Commented] (HBASE-5691) Importtsv stops the webservice from which it is evoked

2012-03-31 Thread debarshi basak (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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