[jira] [Updated] (HBASE-12628) Update instructions for running shell tests using maven.

2014-12-09 Thread Misty Stanley-Jones (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-12628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Misty Stanley-Jones updated HBASE-12628:

   Resolution: Fixed
Fix Version/s: 2.0.0
   Status: Resolved  (was: Patch Available)

Publishing the website now. Thanks [~busbey] and [~srikanth235]

 Update instructions for running shell tests using maven.
 

 Key: HBASE-12628
 URL: https://issues.apache.org/jira/browse/HBASE-12628
 Project: HBase
  Issue Type: Bug
  Components: documentation, shell
Reporter: Srikanth Srungarapu
Assignee: Srikanth Srungarapu
Priority: Minor
 Fix For: 2.0.0

 Attachments: HBASE-12628.patch


 In http://hbase.apache.org/book/hbase.tests.html, it is mentioned that using 
 {code}
 mvn clean test -Dtest=TestShell -Dshell.test=AdminAlterTableTest
 {code}
 will help us in running specific shell tests. But it doesn't work unless we 
 use package as target and ruby literal equivalent. So, it should have been
 {code}
 mvn clean package -Dtest=TestShell -Dshell.test=/AdminAlterTableTest/
 {code}
 Thanks, [~busbey] for helping me in digging this out.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-12628) Update instructions for running shell tests using maven.

2014-12-09 Thread Misty Stanley-Jones (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-12628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Misty Stanley-Jones updated HBASE-12628:

Hadoop Flags: Reviewed

 Update instructions for running shell tests using maven.
 

 Key: HBASE-12628
 URL: https://issues.apache.org/jira/browse/HBASE-12628
 Project: HBase
  Issue Type: Bug
  Components: documentation, shell
Reporter: Srikanth Srungarapu
Assignee: Srikanth Srungarapu
Priority: Minor
 Fix For: 2.0.0

 Attachments: HBASE-12628.patch


 In http://hbase.apache.org/book/hbase.tests.html, it is mentioned that using 
 {code}
 mvn clean test -Dtest=TestShell -Dshell.test=AdminAlterTableTest
 {code}
 will help us in running specific shell tests. But it doesn't work unless we 
 use package as target and ruby literal equivalent. So, it should have been
 {code}
 mvn clean package -Dtest=TestShell -Dshell.test=/AdminAlterTableTest/
 {code}
 Thanks, [~busbey] for helping me in digging this out.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-12628) Update instructions for running shell tests using maven.

2014-12-05 Thread Sean Busbey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-12628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Busbey updated HBASE-12628:

Component/s: shell

 Update instructions for running shell tests using maven.
 

 Key: HBASE-12628
 URL: https://issues.apache.org/jira/browse/HBASE-12628
 Project: HBase
  Issue Type: Bug
  Components: documentation, shell
Reporter: Srikanth Srungarapu
Assignee: Srikanth Srungarapu
Priority: Minor
 Attachments: HBASE-12628.patch


 In http://hbase.apache.org/book/hbase.tests.html, it is mentioned that using 
 {code}
 mvn clean test -Dtest=TestShell -Dshell.test=AdminAlterTableTest
 {code}
 will help us in running specific shell tests. But it doesn't work unless we 
 use package as target and ruby literal equivalent. So, it should have been
 {code}
 mvn clean package -Dtest=TestShell -Dshell.test=/AdminAlterTableTest/
 {code}
 Thanks, [~busbey] for helping me in digging this out.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)