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 42BD9200B35 for ; Tue, 5 Jul 2016 14:08:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 412D1160A60; Tue, 5 Jul 2016 12:08:18 +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 88D79160A4F for ; Tue, 5 Jul 2016 14:08:17 +0200 (CEST) Received: (qmail 48262 invoked by uid 500); 5 Jul 2016 12:08:16 -0000 Mailing-List: contact dev-help@singa.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.incubator.apache.org Delivered-To: mailing list dev@singa.incubator.apache.org Received: (qmail 48252 invoked by uid 99); 5 Jul 2016 12:08:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2016 12:08:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4E76EC030A for ; Tue, 5 Jul 2016 12:08:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.446 X-Spam-Level: X-Spam-Status: No, score=-5.446 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=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id eXgrEG1mvlr6 for ; Tue, 5 Jul 2016 12:08:12 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id 194015F19A for ; Tue, 5 Jul 2016 12:08:11 +0000 (UTC) Received: (qmail 47903 invoked by uid 99); 5 Jul 2016 12:08:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2016 12:08:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 043732C02A3 for ; Tue, 5 Jul 2016 12:08:11 +0000 (UTC) Date: Tue, 5 Jul 2016 12:08:11 +0000 (UTC) From: "Venkata Satish Katta (JIRA)" To: dev@singa.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (SINGA-219) make create_hdfs error in cifar10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 05 Jul 2016 12:08:18 -0000 [ https://issues.apache.org/jira/browse/SINGA-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkata Satish Katta closed SINGA-219. -------------------------------------- Resolution: Fixed > make create_hdfs error in cifar10 > ---------------------------------- > > Key: SINGA-219 > URL: https://issues.apache.org/jira/browse/SINGA-219 > Project: Singa > Issue Type: Bug > Reporter: Venkata Satish Katta > Labels: hdfs, singa > > g++ create_data.cc -std=c++11 -lsinga -lprotobuf -lglog -lhdfs3 -I../../include \ > -L../../.libs/ -Wl,-unresolved-symbols=ignore-in-shared-libs -Wl,-rpath=../../.libs/ \ > -o create_data.bin > ./create_data.bin train-images-idx3-ubyte train-labels-idx1-ubyte hdfs://172.31.44.61:9000/examples/mnist/train_data.bin > F0705 11:05:02.529184 12181 store.cc:59] Check failed: store Backend type (hdfsfile) not recognized > *** Check failure stack trace: *** > @ 0x2b356b0769fd google::LogMessage::Fail() > @ 0x2b356b07889d google::LogMessage::SendToLog() > @ 0x2b356b0765ec google::LogMessage::Flush() > @ 0x2b356b0791be google::LogMessageFatal::~LogMessageFatal() > @ 0x2b356aaac6eb singa::io::CreateStore() > @ 0x2b356aaac6ff singa::io::OpenStore() > @ 0x401e52 create_data() > @ 0x4023f6 main > @ 0x2b356b7d5f45 (unknown) > @ 0x401709 (unknown) -- This message was sent by Atlassian JIRA (v6.3.4#6332)