Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2B3A8200CDA for ; Fri, 21 Jul 2017 04:58:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 29D9316C81F; Fri, 21 Jul 2017 02:58:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7007616C81C for ; Fri, 21 Jul 2017 04:58:11 +0200 (CEST) Received: (qmail 56179 invoked by uid 500); 21 Jul 2017 02:58:10 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 56161 invoked by uid 99); 21 Jul 2017 02:58:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2017 02:58:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id F3488C3845 for ; Fri, 21 Jul 2017 02:58:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.001 X-Spam-Level: X-Spam-Status: No, score=-100.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 1g6CFi-frfdi for ; Fri, 21 Jul 2017 02:58:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6B5565F36E for ; Fri, 21 Jul 2017 02:58:03 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7EDB7E0D45 for ; Fri, 21 Jul 2017 02:58:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9C75C21EDE for ; Fri, 21 Jul 2017 02:58:00 +0000 (UTC) Date: Fri, 21 Jul 2017 02:58:00 +0000 (UTC) From: "Anu Engineer (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-12071) Ozone: Corona: Implementation of Corona MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 21 Jul 2017 02:58:12 -0000 [ https://issues.apache.org/jira/browse/HDFS-12071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16095704#comment-16095704 ] Anu Engineer commented on HDFS-12071: ------------------------------------- we need to add this to hdfs shell script. But right now is running like this. bin/hadoop jar /Users/nvadivelu/Apache/hadoop-3.0.0-alpha4-SNAPSHOT/share/hadoop/hdfs/hadoop-hdfs-client-3.0.0-alpha4-SNAPSHOT-tests.jar org.apache.hadoop.test.OzoneTestDriver corona -numOfVolumes 5 -numOfBuckets 5 -numOfKeys 5 > Ozone: Corona: Implementation of Corona > --------------------------------------- > > Key: HDFS-12071 > URL: https://issues.apache.org/jira/browse/HDFS-12071 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: ozone > Reporter: Nandakumar > Assignee: Nandakumar > Attachments: HDFS-12071-HDFS-7240.000.patch, HDFS-12071-HDFS-7240.001.patch, HDFS-12071-HDFS-7240.002.patch > > > Tool to populate ozone with data for testing. > This is not a map-reduce program and this is not for benchmarking Ozone write throughput. > It supports both online and offline modes. Default mode is offline, {{-mode}} can be used to change the mode. > > In online mode, active internet connection is required, common crawl data from AWS will be used. Default source is [CC-MAIN-2017-17/warc.paths.gz | https://commoncrawl.s3.amazonaws.com/crawl-data/CC-MAIN-2017-17/warc.paths.gz] (it contains the path to actual data segment), user can override this using {{-source}}. > The following values are derived from URL of Common Crawl data > * Domain will be used as Volume > * URL will be used as Bucket > * FileName will be used as Key > > In offline mode, the data will be random bytes and size of data will be 10 KB. > * Default number of Volumes 10, {{-numOfVolumes}} can be used to override > * Default number of Buckets per Volume 1000, {{-numOfBuckets}} can be used to override > * Default number of Keys per Bucket 500000, {{-numOfKeys}} can be used to override -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org