Return-Path: Delivered-To: apmail-mahout-user-archive@www.apache.org Received: (qmail 11690 invoked from network); 30 Nov 2010 23:55:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 23:55:13 -0000 Received: (qmail 61975 invoked by uid 500); 30 Nov 2010 23:55:12 -0000 Delivered-To: apmail-mahout-user-archive@mahout.apache.org Received: (qmail 61943 invoked by uid 500); 30 Nov 2010 23:55:12 -0000 Mailing-List: contact user-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@mahout.apache.org Delivered-To: mailing list user@mahout.apache.org Received: (qmail 61934 invoked by uid 99); 30 Nov 2010 23:55:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 23:55:12 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received-SPF: unknown (athena.apache.org: error in processing during lookup of agsharma@ebay.com) Received: from [216.33.244.7] (HELO rhv-mipot-002.corp.ebay.com) (216.33.244.7) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 23:55:06 +0000 DomainKey-Signature: s=corp; d=ebay.com; c=nofws; q=dns; h=X-EBay-Corp:X-IronPort-AV:Received:Received:From:To:Date: Subject:Thread-Topic:Thread-Index:Message-ID: Accept-Language:Content-Language:X-MS-Has-Attach: X-MS-TNEF-Correlator:acceptlanguage:x-ems-proccessed: x-ems-stamp:Content-Type:MIME-Version:X-CFilter; b=K+nyJbZdhbrlDPYm/1PqpMqA4sQfqkMjI6rXdDOCCDi8yb5mdy4FckDF EQx6Qnwt6A4IudC3Ev+84mNfIS0kHrqn033DbXTLMsWDuqT9dJFVOX6W2 rhrW9a5iQV3PchH; DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ebay.com; i=agsharma@ebay.com; q=dns/txt; s=corp; t=1291161306; x=1322697306; h=from:to:date:subject:message-id; z=From:=20"Sharma,=20Avani"=20|To:=20"u ser@mahout.apache.org"=20|Date: =20Tue,=2030=20Nov=202010=2015:54:43=20-0800|Subject:=20D isplayCanopy=20class|Message-ID:=20; bh=YcpUrI2MP79ZMy5KmqphU0z8dGxocV+M6NZ3W8F5vUA=; b=bH84E9llzWOsZ1/UoJUFlEzF/T+I4ZsRQaFZ8IzqFHLQf+e+2CkX+Jw6 cZKz6wqn0QryiY4RlA8/Dm9gTldDE6/kelJozQC/tTU5qwWsBoTNdpb4u 5fjncFUuqVwFOdX; X-EBay-Corp: Yes X-IronPort-AV: E=Sophos;i="4.59,282,1288594800"; d="scan'208,217";a="1017437" Received: from rhv-vtenf-002.corp.ebay.com (HELO RHV-MEXHT-002.corp.ebay.com) ([10.112.113.53]) by rhv-mipot-002.corp.ebay.com with ESMTP; 30 Nov 2010 15:54:46 -0800 Received: from RHV-MEXMS-002.corp.ebay.com ([10.245.17.114]) by RHV-MEXHT-002.corp.ebay.com ([10.245.24.101]) with mapi; Tue, 30 Nov 2010 15:54:45 -0800 From: "Sharma, Avani" To: "user@mahout.apache.org" Date: Tue, 30 Nov 2010 15:54:43 -0800 Subject: DisplayCanopy class Thread-Topic: DisplayCanopy class Thread-Index: AcuQ6fYHinUTE1W9RqKomWH6ZtS62w== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US x-ems-proccessed: 10SqDH0iR7ekR7SRpKqm5A== x-ems-stamp: qL353NF0a3tC5amAyBmvvA== Content-Type: multipart/alternative; boundary="_000_DE357E04199C8A4782DA2C8130FD64CA013BE9C949RHVMEXMS002co_" MIME-Version: 1.0 X-CFilter: Scanned --_000_DE357E04199C8A4782DA2C8130FD64CA013BE9C949RHVMEXMS002co_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, I am using Mahout-0.3 to try out various clustering algorithms provided by = mahout. I ran arff converter, kmeans and canopy clustering over my data and used cl= usterdumper to check out the clusters. For big file sizes or big data to be clustered and interpreted, the output = of clusterdumper needs some kind of visualization. So, I read https://cwiki.apache.org/confluence/display/MAHOUT/Visualizing+S= ample+Clusters I was able to generate a sample cluster using DisplayClustering class, but = none other display classes are working for me. I am pasting the error below= . Besides, are there any other ways to visualize the output from my data? How will I feed clusters for my data into these classes in display package? Please point me to any source of information for the same. Thank you. ~/mahout-0.3/trunk hadoop$bin/mahout org.apache.mahout.clustering.display.D= isplayCanopy Running on hadoop, using HADOOP_HOME=3D/usr/local/hadoop_live/ HADOOP_CONF_DIR=3D/usr/local/hadoop_live/conf 10/12/01 06:30:34 WARN driver.MahoutDriver: No org.apache.mahout.clustering= .display.DisplayCanopy.props found on classpath, will use command-line argu= ments only Exception in thread "main" java.lang.IllegalAccessException: Class org.apac= he.hadoop.util.ProgramDriver$ProgramDescription can not access a member of = class org.apache.mahout.clustering.display.DisplayCanopy with modifiers "pu= blic static" at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65) at java.lang.reflect.Method.invoke(Method.java:588) at org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(P= rogramDriver.java:68) at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:1= 39) at org.apache.mahout.driver.MahoutDriver.main(MahoutDriver.java:175= ) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor= Impl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.util.RunJar.main(RunJar.java:186) --_000_DE357E04199C8A4782DA2C8130FD64CA013BE9C949RHVMEXMS002co_--