You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2017/09/24 01:41:28 UTC

hbase git commit: HBASE-18467 dummy text for reports.

Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 f89b213db -> 275352024


HBASE-18467 dummy text for reports.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/27535202
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/27535202
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/27535202

Branch: refs/heads/HBASE-18467
Commit: 2753520240cf5bd38696aa25a83cbc545038edb8
Parents: f89b213
Author: Sean Busbey <bu...@apache.org>
Authored: Sat Sep 23 20:41:03 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Sat Sep 23 20:41:03 2017 -0500

----------------------------------------------------------------------
 dev-support/hbase_nightly_yetus.sh | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/27535202/dev-support/hbase_nightly_yetus.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase_nightly_yetus.sh b/dev-support/hbase_nightly_yetus.sh
index 87c6ea4..4712ca8 100755
--- a/dev-support/hbase_nightly_yetus.sh
+++ b/dev-support/hbase_nightly_yetus.sh
@@ -16,6 +16,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
+mkdir -p "${OUTPUTDIR}"
+echo "<html><p>placeholder</html>" > "${OUTPUTDIR}/console-report.html"
 declare -i rc=$RANDOM
 let "rc %= 1"
 exit ${rc}