You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by jm...@apache.org on 2021/03/17 11:46:23 UTC

[accumulo-examples] branch main updated (1ca755b -> 3fbd7de)

This is an automated email from the ASF dual-hosted git repository.

jmark99 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git.


    from 1ca755b  Update wordcount.md
     add 40c5d90  Update Accumulo-Examples pom
     new 3fbd7de  Update Accumulo-Examples pom to use jdk 11 and latest Accumulo snapshot

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            | 22 +++++++++++-----------
 .../apache/accumulo/examples/dirlist/Viewer.java   |  9 +++++----
 .../examples/mapreduce/bulk/BulkIngestExample.java |  2 ++
 3 files changed, 18 insertions(+), 15 deletions(-)


[accumulo-examples] 01/01: Update Accumulo-Examples pom to use jdk 11 and latest Accumulo snapshot

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jmark99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git

commit 3fbd7de6bf7a95ae57655ecc8c623ae1ccc5db3e
Merge: 1ca755b 40c5d90
Author: Mark Owens <jm...@apache.org>
AuthorDate: Wed Mar 17 07:45:40 2021 -0400

    Update Accumulo-Examples pom to use jdk 11 and latest Accumulo snapshot
    
    Update Accumulo-Examples pom to use jdk 11 and latest Accumulo snapshot.
    
    Update pom.xml to make use of jdk 11 as well as refer to latest Accumulo snapshot.
    Made two minor changes to the Viewer and BulkIngestExample classes also.
    
    -  update pom.xml to refer to Accumulo-2.1.0-SNAPSHOT
    -  update pom.xml to use jdk 11
    -  update Viewer.java to run with jdk 11
    -  add info message to BulkIngestExample class
    
    Closes #68

 pom.xml                                            | 22 +++++++++++-----------
 .../apache/accumulo/examples/dirlist/Viewer.java   |  9 +++++----
 .../examples/mapreduce/bulk/BulkIngestExample.java |  2 ++
 3 files changed, 18 insertions(+), 15 deletions(-)