Skip to content

test yetus #6005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dev-support/hbase_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,6 @@ RUN git clone --depth 1 -b ${BRANCH_OR_TAG} https://github.com/apache/hbase.git
ENV HBASE_HOME /root/hbase-bin
ENV PATH "/root/hbase-bin/bin:${PATH}"

# for test hadolint

CMD ["/bin/bash", "-c", "start-hbase.sh; hbase shell"]
2 changes: 2 additions & 0 deletions dev-support/hbase_eclipse_formatter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

for test xmllint
-->
<profiles version="22">
<profile kind="CodeFormatterProfile" name="'HBase Apache Current'" version="22">
Expand Down
2 changes: 2 additions & 0 deletions dev-support/hbasetests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,6 @@ then
fi
fi

echo "for test shellcheck"

exit
2 changes: 1 addition & 1 deletion hbase-shell/src/main/ruby/shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# for test rubocop
require 'irb'
require 'irb/workspace'

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'mvn package'. If you are interested in the full story, see
https://issues.apache.org/jira/browse/HBASE-6795.

for triggering test
-->
<modelVersion>4.0.0</modelVersion>
<parent>
Expand Down