-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40854/
-----------------------------------------------------------
(Updated Feb. 18, 2016, 2:31 a.m.)
Review request for sentry, Colin Ma, Dapeng Sun, Hao Hao, Lenni Kuff, Sravya
Tirukkovalur, Xuefu Zhang, and Xuefu Zhang.
Changes
-------
Addressed Colin's comments also make some small improvements.
Bugs: SENTRY-974
https://issues.apache.org/jira/browse/SENTRY-974
Repository: sentry
Description
-------
create this script to create a large size of metadata for scale test purpose.
Diffs (updated)
-----
sentry-tests/sentry-tests-hive/src/test/scripts/scale-test/create-many-dbs-tables.sh
PRE-CREATION
Diff: https://reviews.apache.org/r/40854/diff/
Testing
-------
Could run this script parallelly:
#!/usr/bin/env bash
set -x
export HS2="HOSTNAME"
export REALM="REALM.NAME"
bash /root/tests/create-many-dbs-tables.sh &
bash /root/tests/create-many-dbs-tables.sh &
bash /root/tests/create-many-dbs-tables.sh &
bash /root/tests/create-many-dbs-tables.sh &
bash /root/tests/create-many-dbs-tables.sh &
Thanks,
Anne Yu