This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3129e6311 Avert S3 bucket takeover by removing link to unclaimed 
bucket.
3129e6311 is described below

commit 3129e6311054a542de89b570ab28d54edc112ea4
Author: James Turton <[email protected]>
AuthorDate: Tue Aug 9 20:11:40 2022 +0200

    Avert S3 bucket takeover by removing link to unclaimed bucket.
---
 .../drill-metastore/010-using-drill-metastore.md                   | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/_docs/en/performance-tuning/drill-metastore/010-using-drill-metastore.md 
b/_docs/en/performance-tuning/drill-metastore/010-using-drill-metastore.md
index 73988a8e5..71d9aabe7 100644
--- a/_docs/en/performance-tuning/drill-metastore/010-using-drill-metastore.md
+++ b/_docs/en/performance-tuning/drill-metastore/010-using-drill-metastore.md
@@ -312,10 +312,9 @@ Examples throughout this topic use the files and 
directories described in the fo
 The following examples are written for local file system, but Drill Metastore 
supports collecting metadata for tables
  placed in any any of Drill's supported file systems. The examples work for 
both embedded and distributed Drill modes.
 
-Download [TPC-H sf1 
tables](https://s3-us-west-1.amazonaws.com/drill-public/tpch/sf1/tpch_sf1_parquet.tar.gz)
 and
- unpack archive to desired file system.
-
-Set up storage plugin for desired file system, as described here:
+Obtain an SF=1 TPC-H dataset, either by running a TPC-H data generator locally 
or by downloading generated TPC-H
+data from some trusted source and place the dataset in a filesystem visible to 
Drill. Set up storage plugin for
+desired file system, as described here:
  [Connecting Drill to a File 
System]({{site.baseurl}}/docs/file-system-storage-plugin/#connecting-drill-to-a-file-system).
 
 Create lineitem directory in `/tmp/` and two subdirectories under 
`/tmp/lineitem` named `s1` and `s2` and copy there table data:

Reply via email to