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 62CFA200BA1 for ; Mon, 17 Oct 2016 20:46:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 61742160AEC; Mon, 17 Oct 2016 18:46:02 +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 91284160AE2 for ; Mon, 17 Oct 2016 20:46:01 +0200 (CEST) Received: (qmail 13499 invoked by uid 500); 17 Oct 2016 18:45:59 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 13106 invoked by uid 99); 17 Oct 2016 18:45:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2016 18:45:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DB3022C4C7B for ; Mon, 17 Oct 2016 18:45:58 +0000 (UTC) Date: Mon, 17 Oct 2016 18:45:58 +0000 (UTC) From: "Andrew Musselman (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KAFKA-189) Create a script for dump segment tool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 17 Oct 2016 18:46:02 -0000 [ https://issues.apache.org/jira/browse/KAFKA-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15583075#comment-15583075 ] Andrew Musselman commented on KAFKA-189: ---------------------------------------- Any interest in this; been open a while. > Create a script for dump segment tool > ------------------------------------- > > Key: KAFKA-189 > URL: https://issues.apache.org/jira/browse/KAFKA-189 > Project: Kafka > Issue Type: New Feature > Components: core > Reporter: Taylor Gautier > Priority: Minor > Labels: newbie, patch > Attachments: KAFKA-189.diff > > > In the kafka jar there is a useful segment dump tool. It would be useful to expose this as a script. The current usage is: > bin/kafka-run-class.sh kafka.tools.DumpLogSegments logfilename -noprint > Change this to: > bin/kafka-dump-log-segments.sh logfilename -- This message was sent by Atlassian JIRA (v6.3.4#6332)