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 7331A200D64 for ; Tue, 26 Dec 2017 23:26:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7176C160C13; Tue, 26 Dec 2017 22:26: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 DE196160C0B for ; Tue, 26 Dec 2017 23:26:17 +0100 (CET) Received: (qmail 83067 invoked by uid 500); 26 Dec 2017 22:26:16 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 83057 invoked by uid 99); 26 Dec 2017 22:26:16 -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; Tue, 26 Dec 2017 22:26:16 +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 626A61A02BB for ; Tue, 26 Dec 2017 22:26:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.918 X-Spam-Level: X-Spam-Status: No, score=0.918 tagged_above=-999 required=6.31 tests=[SPF_FAIL=0.919, SPF_HELO_PASS=-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 pJFc-Jw43A4O for ; Tue, 26 Dec 2017 22:26:15 +0000 (UTC) Received: from n6.nabble.com (n6.nabble.com [162.255.23.37]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 0E6C45F470 for ; Tue, 26 Dec 2017 22:26:15 +0000 (UTC) Received: from n6.nabble.com (localhost [127.0.0.1]) by n6.nabble.com (Postfix) with ESMTP id 0444D3B5E21F for ; Tue, 26 Dec 2017 15:26:14 -0700 (MST) Date: Tue, 26 Dec 2017 15:26:14 -0700 (MST) From: NK To: user@ignite.apache.org Message-ID: <1514327174015-0.post@n6.nabble.com> Subject: ignite-schedule latest version? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Tue, 26 Dec 2017 22:26:18 -0000 Hi, I am using ignite-core (v2.3) for a couple features and now I need to use the cron based scheduler (ignite.scheduler().scheduleLocal(...)). My code (using scheduleLocal(...)) compiles well with ignite-core.jar (v2.3), but at runtime ignite complains about needing a ignite-schedule jar in the classpath. I do not find any ignite-schedule.jar V2.3; the latest version I found on maven for ignite-schedule is "1.2.0-incubating". My code works fine with that version and does what it is supposed to, but I wanted to check whether I was doing it right or if I were missing something. Is ignite-schedule:1.2.0-incubating the right version to use for ignite.scheduler().scheduleLocal(...)? Thanks, NK -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/