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 B8109200BF3 for ; Thu, 5 Jan 2017 22:05:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B69E6160B33; Thu, 5 Jan 2017 21:05:59 +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 32CCB160B26 for ; Thu, 5 Jan 2017 22:05:59 +0100 (CET) Received: (qmail 35711 invoked by uid 500); 5 Jan 2017 21:05:58 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 35689 invoked by uid 99); 5 Jan 2017 21:05:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2017 21:05:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 502422C03DC for ; Thu, 5 Jan 2017 21:05:58 +0000 (UTC) Date: Thu, 5 Jan 2017 21:05:58 +0000 (UTC) From: "Yassine Marzougui (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLINK-4967) RockDB state backend fails on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 05 Jan 2017 21:05:59 -0000 [ https://issues.apache.org/jira/browse/FLINK-4967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yassine Marzougui updated FLINK-4967: ------------------------------------- Fix Version/s: 1.2.0 > RockDB state backend fails on Windows > ------------------------------------- > > Key: FLINK-4967 > URL: https://issues.apache.org/jira/browse/FLINK-4967 > Project: Flink > Issue Type: Bug > Components: State Backends, Checkpointing > Affects Versions: 1.1.3 > Reporter: Yassine Marzougui > Fix For: 1.2.0 > > > Using the RocksDBStateBackend in Windows leads to the following exception {{java.lang.NoClassDefFoundError: Could not initialize class org.rocksdb.RocksDB}} which is caused by: {{java.lang.RuntimeException: librocksdbjni-win64.dll was not found inside JAR.}} > As mentioned here https://github.com/facebook/rocksdb/issues/1302, this can be fixed by upgrading rocksDB dependecies, since version 4.9 was the first to include a Windows build of RocksDB. -- This message was sent by Atlassian JIRA (v6.3.4#6332)