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 5D879200CD3 for ; Fri, 28 Jul 2017 12:54:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5BA9216C3C4; Fri, 28 Jul 2017 10:54:05 +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 A282D16C3B4 for ; Fri, 28 Jul 2017 12:54:04 +0200 (CEST) Received: (qmail 88302 invoked by uid 500); 28 Jul 2017 10:54:03 -0000 Mailing-List: contact issues-help@hivemall.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hivemall.incubator.apache.org Delivered-To: mailing list issues@hivemall.incubator.apache.org Received: (qmail 88285 invoked by uid 99); 28 Jul 2017 10:54:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2017 10:54:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id CDDC21A1B40 for ; Fri, 28 Jul 2017 10:54:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.021 X-Spam-Level: X-Spam-Status: No, score=-4.021 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id hdqBk56TmyU1 for ; Fri, 28 Jul 2017 10:54:00 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 11ED25FBEA for ; Fri, 28 Jul 2017 10:53:59 +0000 (UTC) Received: (qmail 88260 invoked by uid 99); 28 Jul 2017 10:53:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2017 10:53:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 301A1E02ED; Fri, 28 Jul 2017 10:53:59 +0000 (UTC) From: myui To: issues@hivemall.incubator.apache.org Reply-To: issues@hivemall.incubator.apache.org References: In-Reply-To: Subject: [GitHub] incubator-hivemall issue #105: [WIP][HIVEMALL-24] Scalable field-aware facto... Content-Type: text/plain Message-Id: <20170728105359.301A1E02ED@git1-us-west.apache.org> Date: Fri, 28 Jul 2017 10:53:59 +0000 (UTC) archived-at: Fri, 28 Jul 2017 10:54:05 -0000 Github user myui commented on the issue: https://github.com/apache/incubator-hivemall/pull/105 ``` Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing row {"rowid":null,"features":["1:i1:1.791759469228055","2:i2:3.9889840465642745","3:i3:1.9459101490553132","4:i4:1.9459101490553132","5:i5:0.6931471805599453","6:i6:0","7:i7:4.219507705176107","8:i8:1.9459101490553132","9:i9:5.0238805208462765","10:i10:0.6931471805599453","11:i11:2.1972245773362196","13:i13:0","14:c1#05db9164","15:c2#38a947a1","16:c3#1c8bc12d","17:c4#bb729a93","18:c5#25c83c98","19:c6#7e0ccccf","20:c7#0433a7db","21:c8#37e4aa92","22:c9#a73ee510","23:c10#3b08e48b","24:c11#418037d7","25:c12#8f4497cb","26:c13#b0bfed6d","27:c14#07d13a8f","28:c15#f28cbdb6","29:c16#b031d057","30:c17#e5ba7672","31:c18#9d83e7f2","34:c21#21756f76","36:c23#423fab69","37:c24#2d794282"],"label":1} at org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:499) at org.apache.hadoop.hive.ql.exec.tez.MapRecordSource.processRow(MapRecordSource.java:86) ... 17 more Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Invalid feature value: c1#05db9164 at hivemall.fm.Feature.parseFeatureValue(Feature.java:350) at hivemall.fm.Feature.parseFFMFeature(Feature.java:224) at hivemall.fm.Feature.parseFFMFeatures(Feature.java:155) at hivemall.fm.FieldAwareFactorizationMachineUDTF.parseFeatures(FieldAwareFactorizationMachineUDTF.java:176) at hivemall.fm.FactorizationMachineUDTF.process(FactorizationMachineUDTF.java:271) at org.apache.hadoop.hive.ql.exec.UDTFOperator.process(UDTFOperator.java:116) at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:878) at org.apache.hadoop.hive.ql.exec.SelectOperator.process(SelectOperator.java:95) at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:878) at org.apache.hadoop.hive.ql.exec.TableScanOperator.process(TableScanOperator.java:130) at org.apache.hadoop.hive.ql.exec.MapOperator$MapOpCtx.forward(MapOperator.java:149) at org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:489) ... 18 more Caused by: java.lang.NumberFormatException: For input string: "c1#05db9164" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043) at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.lang.Double.parseDouble(Double.java:538) at hivemall.fm.Feature.parseFeatureValue(Feature.java:348) ... 29 more ``` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---