Running Accumulo on a standard file system, without Hadoop

2017-01-16 Thread Dylan Hutchison
Hi folks, A friend of mine asked about running Accumulo on a normal file system in place of Hadoop, similar to the way MiniAccumulo runs. How possible is this, or how much work would it take to do so? I think my friend is just interested in running on a single node, but I am curious about both

Correct configuration for NetBeans to use Accumulo,Hadoop,Zookeeper

2017-05-09 Thread Pino
Hello everyone, I claim I have never worked with Accumulo, I should develop a Java application using NetBeans which in turn uses Accumulator, Hadoop and Zookeeper, I wanted to ask you what is the correct configuration for doing this with NetBeans, such as what libraries to use and more. Thanks in

Re: [DISCUSS] status of Hadoop 3 for 1.9.0 release

2018-03-01 Thread Christopher
If there's a risk, I'd suggest calling things out as "experimental" in the release notes, and encourage users to try it and give us feedback. On Thu, Mar 1, 2018 at 5:10 PM Sean Busbey wrote: > hi folks! > > While reviewing things in prep for getting our master bra

Re: [DISCUSS] status of Hadoop 3 for 1.9.0 release

2018-03-01 Thread Josh Elser
Yeah, if Hadoop has changed their stance, propagating a "use as your own risk" would be sufficient from our end. On 3/1/18 6:06 PM, Christopher wrote: If there's a risk, I'd suggest calling things out as "experimental" in the release notes, and encourage users

hadoop classpath causing an exception (sub-command not defined?)

2012-12-13 Thread David Medinets
I am at a loss to explain what I am seeing. I have installed Accumulo many times without a hitch. But today, I am running into a problem getting the hadoop classpath. $ /usr/local/hadoop/bin/hadoop Usage: hadoop [--config confdir] COMMAND where COMMAND is one of: namenode -format format the

Re: Update on compatibility w/hadoop 2.0 and 0.23

2013-01-21 Thread Billie Rinaldi
We intend Accumulo 1.5.0 to be compatible with Hadoop 2.0 and possibly also 0.23. Billie On Jan 21, 2013 1:18 PM, wrote: > All, > > Has there been progress on Accumulo compatibility with hadoop 2.0 and 0.23? > > 2.0 support: https://issues.apache.org/jira/browse/ACCUMULO-804

Building Apache Accumulo on top of Apache Hadoop 2.2

2013-10-31 Thread Pierre Kande
Is it possible to build and run the current Apache Accumulo 1.6.0-snapshot code base on top of Hadoop 2.2.0 recently released? Does anyone try it? I will appreciate your feedback -- Regards, Pierre

Review Request 19749: ACCUMULO-2566 Hadoop reflection for TeraSortIngest

2014-03-27 Thread Mike Drob
: ACCUMULO-2566 https://issues.apache.org/jira/browse/ACCUMULO-2566 Repository: accumulo Description --- ACCUMULO-2566 Hadoop reflection for TeraSortIngest ACCUMULO-2566 Add more Counter-based reflection Pull reflection out of ContinuousVerify and apply it to server utils as well

Re: Fwd: Accumulo-Test-1.6-Hadoop-1 - Build # 1032 - Failure!

2016-05-26 Thread Josh Elser
Correction, all of 1.6 and 1.7 appear busted after Christopher's asf pom version update. On May 26, 2016 11:11 PM, "Josh Elser" wrote: > Looks like hadoop-1 is still having problems on 1.6. > -- Forwarded message -- > From: > Date: May 26, 2016 8:40

Re: Fwd: Accumulo-Test-1.6-Hadoop-1 - Build # 1032 - Failure!

2016-05-27 Thread Christopher
"Josh Elser" wrote: > > > Looks like hadoop-1 is still having problems on 1.6. > > -- Forwarded message -- > > From: > > Date: May 26, 2016 8:40 PM > > Subject: Accumulo-Test-1.6-Hadoop-1 - Build # 1032 - Failure! > > To: > > Cc:

Re: Fwd: Accumulo-Test-1.6-Hadoop-1 - Build # 1032 - Failure!

2016-05-27 Thread Christopher
already failing... but > I'll look at it later today. > > On Fri, May 27, 2016 at 2:13 AM Josh Elser wrote: > >> Correction, all of 1.6 and 1.7 appear busted after Christopher's asf pom >> version update. >> On May 26, 2016 11:11 PM, "Josh Elser" wrot

Re: Fwd: Accumulo-Test-1.6-Hadoop-1 - Build # 1032 - Failure!

2016-05-27 Thread Josh Elser
. The PIAB builds were already failing... but I'll look at it later today. On Fri, May 27, 2016 at 2:13 AM Josh Elser wrote: Correction, all of 1.6 and 1.7 appear busted after Christopher's asf pom version update. On May 26, 2016 11:11 PM, "Josh Elser" wrote: Looks like

Re: Fwd: Accumulo-Test-1.6-Hadoop-1 - Build # 1032 - Failure!

2016-05-27 Thread Christopher
> >> I'll look at it later today. > >> > >> On Fri, May 27, 2016 at 2:13 AM Josh Elser > wrote: > >> > >>> Correction, all of 1.6 and 1.7 appear busted after Christopher's asf > pom > >>> version update. > >>> O

Re: Fwd: Accumulo-Test-1.6-Hadoop-1 - Build # 1032 - Failure!

2016-05-27 Thread Josh Elser
n May 26, 2016 11:11 PM, "Josh Elser" wrote: Looks like hadoop-1 is still having problems on 1.6. -- Forwarded message -- From: Date: May 26, 2016 8:40 PM Subject: Accumulo-Test-1.6-Hadoop-1 - Build # 1032 - Failure! To: Cc: Accumulo-Test-1.6-Hadoop-1 - Build # 1032 -

RE: Running Accumulo on a standard file system, without Hadoop

2017-01-16 Thread Dave Marion
]). If Accumulo is using something in Hadoop outside of the public client API, this may not work. [1] https://github.com/quantcast/qfs [2] https://github.com/quantcast/qfs/wiki/Migration-Guide > -Original Message- > From: Dylan Hutchison [mailto:dhutc...@cs.washington.edu]

Re: Running Accumulo on a standard file system, without Hadoop

2017-01-16 Thread Josh Elser
If Accumulo is using something in Hadoop outside of the public client API, this may not work. [1] https://github.com/quantcast/qfs [2] https://github.com/quantcast/qfs/wiki/Migration-Guide -Original Message- From: Dylan Hutchison [mailto:dhutc...@cs.washington.edu] Sent: Monday, January 1

Re: Running Accumulo on a standard file system, without Hadoop

2017-01-16 Thread Dylan Hutchison
r/test/src/main > /java/org/apache/accumulo/test/BulkImportVolumeIT.java#L61 > > Hi Josh, are you saying that the ChecksumFileSystem is required or forbidden for WAL recovery? Looking at the Hadoop code it seems that LocalFileSystem wraps around a RawLocalFileSystem to provide checksum capabil

Re: Running Accumulo on a standard file system, without Hadoop

2017-01-16 Thread Josh Elser
ly around WAL recovery. > > https://github.com/apache/accumulo/blob/master/test/src/main > /java/org/apache/accumulo/test/BulkImportVolumeIT.java#L61 > > Hi Josh, are you saying that the ChecksumFileSystem is required or forbidden for WAL recovery? Looking at the Hadoop code it se

Re: Running Accumulo on a standard file system, without Hadoop

2017-01-17 Thread Keith Turner
/java/org/apache/accumulo/test/BulkImportVolumeIT.java#L61 >>> > >>> > >> >> Hi Josh, are you saying that the ChecksumFileSystem is required or >> forbidden for WAL recovery? Looking at the Hadoop code it seems that >> LocalFileSystem wraps around a RawLocalFileS

Re: Running Accumulo on a standard file system, without Hadoop

2017-01-27 Thread Christopher
My recent blog post about running Accumulo on Fedora 25 describes how to do this using the RawLocalFileSystem implementation of Hadoop for Accumulo volumes matching file:// https://accumulo.apache.org/blog/2016/12/19/running-on-fedora-25.html This works with other packaging also, not just in

Re: Correct configuration for NetBeans to use Accumulo,Hadoop,Zookeeper

2017-05-09 Thread Michael Wall
plication using NetBeans which in turn uses > Accumulator, Hadoop and Zookeeper, I wanted to ask you what is the correct > configuration for doing this with NetBeans, such as what libraries to use > and more. > Thanks in advance for using yours time and excuse my english a bit ugly. &

[jira] [Reopened] (ACCUMULO-286) Make Accumulo work with Hadoop 0.22

2012-04-19 Thread Billie Rinaldi (Reopened) (JIRA)
time around > Make Accumulo work with Hadoop 0.22 > --- > > Key: ACCUMULO-286 > URL: https://issues.apache.org/jira/browse/ACCUMULO-286 > Project: Accumulo > Issue Type: Improve

[jira] [Resolved] (ACCUMULO-286) Make Accumulo work with Hadoop 0.22

2012-04-19 Thread Billie Rinaldi (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Billie Rinaldi resolved ACCUMULO-286. - Resolution: Fixed > Make Accumulo work with Hadoop 0

[jira] [Created] (ACCUMULO-564) Make Accumulo work with Hadoop 0.23

2012-04-27 Thread Billie Rinaldi (JIRA)
Billie Rinaldi created ACCUMULO-564: --- Summary: Make Accumulo work with Hadoop 0.23 Key: ACCUMULO-564 URL: https://issues.apache.org/jira/browse/ACCUMULO-564 Project: Accumulo Issue Type

[jira] [Assigned] (ACCUMULO-564) Make Accumulo work with Hadoop 0.23

2012-04-30 Thread Billie Rinaldi (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Billie Rinaldi reassigned ACCUMULO-564: --- Assignee: Billie Rinaldi > Make Accumulo work with Hadoop 0

[jira] [Created] (ACCUMULO-615) accumulo runs fine on Hadoop 1.0

2012-06-04 Thread Eric Newton (JIRA)
Eric Newton created ACCUMULO-615: Summary: accumulo runs fine on Hadoop 1.0 Key: ACCUMULO-615 URL: https://issues.apache.org/jira/browse/ACCUMULO-615 Project: Accumulo Issue Type: Bug

[jira] [Resolved] (ACCUMULO-615) accumulo runs fine on Hadoop 1.0

2012-06-18 Thread Keith Turner (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Turner resolved ACCUMULO-615. --- Resolution: Fixed > accumulo runs fine on Hadoop

[jira] [Commented] (ACCUMULO-564) Make Accumulo work with Hadoop 0.23

2012-07-05 Thread Billie Rinaldi (JIRA)
vant. > Make Accumulo work with Hadoop 0.23 > --- > > Key: ACCUMULO-564 > URL: https://issues.apache.org/jira/browse/ACCUMULO-564 > Project: Accumulo > Issue Type: Task >

Re: hadoop classpath causing an exception (sub-command not defined?)

2012-12-13 Thread John Vines
I didn't think hadoop had a classpath argument, just Accumulo. Sent from my phone, please pardon the typos and brevity. On Dec 13, 2012 10:43 PM, "David Medinets" wrote: > I am at a loss to explain what I am seeing. I have installed Accumulo > many times without a hitch. Bu

Re: hadoop classpath causing an exception (sub-command not defined?)

2012-12-14 Thread David Medinets
It looks to me like the change of Nov 21, 2012 added the 'hadoop classpath' call to the accumulo script. ACCUMULO-708 initial implementation of VFS class loader … git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk@1412398 13f79535-47bb-0310-9956-ffa450edef68 Dave Marion a

Re: hadoop classpath causing an exception (sub-command not defined?)

2012-12-14 Thread Jason Trost
We saw the same issue recently. We upgraded our dev nodes to hadoop 1.1.1 and it fixed this issue. I'm not sure when class path was added to the hadoop command so a minor upgrade may work too. --Jason sent from my DROID On Dec 14, 2012 7:34 AM, "David Medinets" wrote: > It lo

Re: hadoop classpath causing an exception (sub-command not defined?)

2012-12-14 Thread David Medinets
Should we add an hadoop version check to the accumulo script? On Fri, Dec 14, 2012 at 7:45 AM, Jason Trost wrote: > We saw the same issue recently. We upgraded our dev nodes to hadoop 1.1.1 > and it fixed this issue. I'm not sure when class path was added to the > hadoop comm

Re: hadoop classpath causing an exception (sub-command not defined?)

2012-12-14 Thread Josh Elser
Given the work that Billie just committed to allow the user to set the version of Hadoop (and ZooKeeper) being compiled against (ACCUMULO-876), I think the best solution would be to substitute the Hadoop version specific commands into the scripts at build time. That is, of course, assuming

Re: Jenkins build became unstable: Accumulo-Trunk-Hadoop-2.0 #161

2013-03-27 Thread Eric Newton
I'm going to disable the testParallelWriteSpeed test: we have too much variability between platforms to make this test reliable. -Eric On Tue, Mar 26, 2013 at 10:47 PM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See <https://builds.apache.org/job/Accumulo-Tru

Re: Jenkins build became unstable: Accumulo-Trunk-Hadoop-2.0 #161

2013-03-28 Thread Keith Turner
t; On Tue, Mar 26, 2013 at 10:47 PM, Apache Jenkins Server < > jenk...@builds.apache.org> wrote: > >> See <https://builds.apache.org/job/Accumulo-Trunk-Hadoop-2.0/161/changes> >> >>

Re: Build failed in Jenkins: Accumulo-Trunk-Hadoop-2.0 #168

2013-04-02 Thread Billie Rinaldi
ver < jenk...@builds.apache.org> wrote: > See <https://builds.apache.org/job/Accumulo-Trunk-Hadoop-2.0/168/> > > -- > Failed to access build log > > hudson.util.IOException2: remote file operation failed: > /home/jenkins/jenkin

Re: Build failed in Jenkins: Accumulo-Trunk-Hadoop-2.0 #168

2013-04-02 Thread Christopher
in so I'm experimentally adding it back > in. > > Billie > > > On Tue, Apr 2, 2013 at 8:02 AM, Apache Jenkins Server < > jenk...@builds.apache.org> wrote: > >> See <https://builds.apache.org/job/Accumulo-Trunk-Hadoop-2.0/168/> >>

Re: Build failed in Jenkins: Accumulo-Trunk-Hadoop-2.0 #168

2013-04-02 Thread David Medinets
t; > > > On Tue, Apr 2, 2013 at 8:02 AM, Apache Jenkins Server < > > jenk...@builds.apache.org> wrote: > > > >> See <https://builds.apache.org/job/Accumulo-Trunk-Hadoop-2.0/168/> > >> > >> ------ > >> Fa

Re: Build failed in Jenkins: Accumulo-Trunk-Hadoop-2.0 #168

2013-04-02 Thread Billie Rinaldi
r the same reason (same > error) > > a few weeks ago, may be working again so I'm experimentally adding it > back > > in. > > > > Billie > > > > > > On Tue, Apr 2, 2013 at 8:02 AM, Apache Jenkins Server < > > jenk...@builds.apache.org> wrote: >

Re: Build failed in Jenkins: Accumulo-Trunk-Hadoop-2.0 #168

2013-04-02 Thread Christopher
ilds for now. ubuntu2, which I removed for the same reason (same >> error) >> > a few weeks ago, may be working again so I'm experimentally adding it >> back >> > in. >> > >> > Billie >> > >> > >> > On Tue, Apr 2, 2013 at 8:02 AM, A

Re: Building Apache Accumulo on top of Apache Hadoop 2.2

2013-10-31 Thread Christopher
The current master branch builds against 2.2.0 by default. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Thu, Oct 31, 2013 at 4:48 AM, Pierre Kande wrote: > Is it possible to build and run the current Apache Accumulo 1.6.0-snapshot > code base on top of Hadoop 2.2.0 re

Re: Review Request 19749: ACCUMULO-2566 Hadoop reflection for TeraSortIngest

2014-03-28 Thread Sean Busbey
p.m.) > > > Review request for accumulo, Sean Busbey, Eric Newton, and Josh Elser. > > > Bugs: ACCUMULO-2566 > https://issues.apache.org/jira/browse/ACCUMULO-2566 > > > Repository: accumulo > > > Description > --- > > ACCUMULO-256

Re: Review Request 19749: ACCUMULO-2566 Hadoop reflection for TeraSortIngest

2014-03-31 Thread Bill Havanki
p.m.) > > > Review request for accumulo, Sean Busbey, Eric Newton, and Josh Elser. > > > Bugs: ACCUMULO-2566 > https://issues.apache.org/jira/browse/ACCUMULO-2566 > > > Repository: accumulo > > > Description > --- > > ACCUMULO-256

Re: Review Request 19749: ACCUMULO-2566 Hadoop reflection for TeraSortIngest

2014-04-01 Thread Eric Newton
p.m.) > > > Review request for accumulo, Sean Busbey, Eric Newton, and Josh Elser. > > > Bugs: ACCUMULO-2566 > https://issues.apache.org/jira/browse/ACCUMULO-2566 > > > Repository: accumulo > > > Description > --- > > ACCUMULO-256

Will There Be An Accumulo Table or Presentation at Hadoop World?

2012-04-20 Thread David Medinets

[jira] [Work started] (ACCUMULO-615) accumulo runs fine on Hadoop 1.0

2012-06-04 Thread Eric Newton (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on ACCUMULO-615 started by Eric Newton. > accumulo runs fine on Hadoop 1.0 > > > Key:

Re: Will There Be An Accumulo Table or Presentation at Hadoop World?

2012-04-21 Thread Joshua Smith
I sure hope so. On Apr 20, 2012 1:35 PM, "David Medinets" wrote: > >

Re: Will There Be An Accumulo Table or Presentation at Hadoop World?

2012-04-23 Thread Billie J Rinaldi
There will at least be a few committers attending. Billie On Saturday, April 21, 2012 6:44:06 PM, "Joshua Smith" wrote: > I sure hope so. > On Apr 20, 2012 1:35 PM, "David Medinets" > wrote: > > > > >

[jira] [Assigned] (ACCUMULO-260) Look into removing hadoop dependencies from client interface

2012-05-18 Thread Billie Rinaldi (JIRA)
[ https://issues.apache.org/jira/browse/ACCUMULO-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Billie Rinaldi reassigned ACCUMULO-260: --- Assignee: (was: Billie Rinaldi) > Look into removing hadoop dependenc

Problems with installing Accumulo 1.4.3 on CDH4 quickstart (Hadoop 2.0) compatability issues.

2014-02-06 Thread Chris Rigano
about the compatibility issues with 1.4.3 and hadoop 2.0, part of CDH 4 quick start. CDH 3 quick start is deprecated, Do I have any clear options or do I need to do something else? I am surprised cloudera didn't check this out! Thanks!

Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-26 Thread Mike Drob
: ACCUMULO-2564 https://issues.apache.org/jira/browse/ACCUMULO-2564 Repository: accumulo Description --- ACCUMULO-2564 Backport changes to unify Hadoop 1/2 This is a backport of the changes originally made for 1.5.0 under ACCUMULO-1421 for binary compatability between Hadoop versions 1

Re: Review Request 19716: ACCUMULO-2564 Replace more hadoop 1/2 incompat

2014-03-27 Thread Mike Drob
, Sean Busbey, Eric Newton, and Josh Elser. Changes --- Addressed ContinuousMoru, AccumuloInputFormat, LogSort, and RangePartitioner. Summary (updated) - ACCUMULO-2564 Replace more hadoop 1/2 incompat Bugs: ACCUMULO-2564 https://issues.apache.org/jira/browse/ACCUMULO

How to remove all tables of accumulo or format hadoop files for accumulo

2017-04-28 Thread Suresh Prajapati
instructions <https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_installing_manually_book/content/format_and_start_hdfs.html> to format namenode of hadoop but that doesn't seems to work. My question is how can I remove all tables and have fresh start with accumulo datastore? Any su

[jira] [Created] (ACCUMULO-622) Fix javadocs to link to hadoop and other APIs

2012-06-06 Thread John Vines (JIRA)
John Vines created ACCUMULO-622: --- Summary: Fix javadocs to link to hadoop and other APIs Key: ACCUMULO-622 URL: https://issues.apache.org/jira/browse/ACCUMULO-622 Project: Accumulo Issue Type

[jira] [Resolved] (ACCUMULO-355) functional tests should run under a non-hadoop user

2012-06-18 Thread Keith Turner (JIRA)
r a non-hadoop user > --- > > Key: ACCUMULO-355 > URL: https://issues.apache.org/jira/browse/ACCUMULO-355 > Project: Accumulo > Issue Type: Bug > Environment: run the fun

Review Request 16087: ACCUMULO-1796 - document Hadoop versions supported by 1.4.x binary

2013-12-06 Thread Bill Havanki
/jira/browse/ACCUMULO-1796 Repository: accumulo Description --- Update to README to document which versions of Hadoop the default binary distribution of Accumulo 1.4.5 works for. This is "option #3" of the ticket. Diffs - README bc469fc491ba2203837409933a6786e351831

Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Sean Busbey
://issues.apache.org/jira/browse/ACCUMULO-2225 Repository: accumulo Description --- ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure. Looks for cases where we treat IOExceptions out of Hadoop specially, then attempts to replicate for

Re: Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-26 Thread Mike Drob
, Eric Newton, and Josh Elser. Changes --- Updated decscription with proper attribution. Bugs: ACCUMULO-2564 https://issues.apache.org/jira/browse/ACCUMULO-2564 Repository: accumulo Description (updated) --- ACCUMULO-2564 Backport changes to unify Hadoop 1/2 This is a backport

Re: Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-26 Thread Mike Drob
, Sean Busbey, Eric Newton, and Josh Elser. Bugs: ACCUMULO-2564 https://issues.apache.org/jira/browse/ACCUMULO-2564 Repository: accumulo Description --- ACCUMULO-2564 Backport changes to unify Hadoop 1/2 This is a backport of the changes originally made for 1.5.0 under ACCUMULO-1421

Re: Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-27 Thread Sean Busbey
ne version of Hadoop fail to run if executed against the libraries of the other? Open issues: * src/server/src/main/java/org/apache/accumulo/server/util/CountRowKeys.java uses Counter directly, issue still exists in 1.5.2-SNAPSHOT * src/server/src/main/java/org/apache/accumulo/server/test/

Re: Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-27 Thread Sean Busbey
> On March 27, 2014, 4:31 p.m., Sean Busbey wrote: > > I'm presuming we don't care if unit tests built against one version of > > Hadoop fail to run if executed against the libraries of the other? > > > > Open issues: > > > > * > > s

Re: Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-27 Thread Sean Busbey
> On March 27, 2014, 4:31 p.m., Sean Busbey wrote: > > I'm presuming we don't care if unit tests built against one version of > > Hadoop fail to run if executed against the libraries of the other? > > > > Open issues: > > > > * > > s

Re: Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-27 Thread Josh Elser
> On March 27, 2014, 4:31 p.m., Sean Busbey wrote: > > I'm presuming we don't care if unit tests built against one version of > > Hadoop fail to run if executed against the libraries of the other? > > > > Open issues: > > > > * > > s

Re: Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-27 Thread Mike Drob
> On March 27, 2014, 4:31 p.m., Sean Busbey wrote: > > I'm presuming we don't care if unit tests built against one version of > > Hadoop fail to run if executed against the libraries of the other? > > > > Open issues: > > > > * > > s

Re: Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-27 Thread Sean Busbey
> On March 27, 2014, 4:31 p.m., Sean Busbey wrote: > > I'm presuming we don't care if unit tests built against one version of > > Hadoop fail to run if executed against the libraries of the other? > > > > Open issues: > > > > * > > s

Re: Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-28 Thread Mike Drob
, Sean Busbey, Eric Newton, and Josh Elser. Changes --- Found another place where we needed to reflect. Summary (updated) - ACCUMULO-2564 Backport changes to unify Hadoop 1/2 Bugs: ACCUMULO-2564 https://issues.apache.org/jira/browse/ACCUMULO-2564 Repository: accumulo

Re: Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-28 Thread Mike Drob
UMULO-2564 Replace more hadoop 1/2 incompat Found more instances of context.getConfiguration that need to be reflected ACCUMULO-2564 Swap out AIF to use reflection Use reflections to get the configuration from the context for hadoop 1/2 ACCUMULO-2564 Backport changes from ACCUMULO-1809 Author:

Re: Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-28 Thread Mike Drob
, Sean Busbey, Eric Newton, and Josh Elser. Bugs: ACCUMULO-2564 https://issues.apache.org/jira/browse/ACCUMULO-2564 Repository: accumulo Description --- ACCUMULO-2564 Replace more hadoop 1/2 incompat Found more instances of context.getConfiguration that need to be reflected ACCUMULO

Re: Review Request 19716: ACCUMULO-2564 Backport changes to unify Hadoop 1/2

2014-03-28 Thread Sean Busbey
p.m.) > > > Review request for accumulo, Adam Fuchs, Sean Busbey, Eric Newton, and Josh > Elser. > > > Bugs: ACCUMULO-2564 > https://issues.apache.org/jira/browse/ACCUMULO-2564 > > > Repository: accumulo > > > Description > --- > >

[GitHub] accumulo-testing pull request #3: ACCUMULO-4579 Fixed hadoop config bug in a...

2017-01-30 Thread mikewalch
GitHub user mikewalch opened a pull request: https://github.com/apache/accumulo-testing/pull/3 ACCUMULO-4579 Fixed hadoop config bug in accumulo-testing * TestEnv now returns Hadoop configuration that is loaded from config files but expects HADOOP_PREFIX to be set in

[GitHub] accumulo-testing pull request #3: ACCUMULO-4579 Fixed hadoop config bug in a...

2017-01-30 Thread mikewalch
ee -// http://stackoverflow.com/questions/17265002/hadoop-no-filesystem-for-scheme-file -config.set("fs.hdfs.impl", org.apache.hadoop.hdfs.DistributedFileSystem.class.getName()); -config.set("fs.file.impl", org.apache.hadoop.fs.LocalFileSystem.class.getName

[GitHub] accumulo-testing pull request #3: ACCUMULO-4579 Fixed hadoop config bug in a...

2017-01-31 Thread ctubbsii
ee -// http://stackoverflow.com/questions/17265002/hadoop-no-filesystem-for-scheme-file -config.set("fs.hdfs.impl", org.apache.hadoop.hdfs.DistributedFileSystem.class.getName()); -config.set("fs.file.impl", org.apache.hadoop.fs.LocalFileSystem.class.getName

[GitHub] accumulo-testing pull request #3: ACCUMULO-4579 Fixed hadoop config bug in a...

2017-02-01 Thread mikewalch
ee -// http://stackoverflow.com/questions/17265002/hadoop-no-filesystem-for-scheme-file -config.set("fs.hdfs.impl", org.apache.hadoop.hdfs.DistributedFileSystem.class.getName()); -config.set("fs.file.impl", org.apache.hadoop.fs.LocalFileSystem.class.getName

[GitHub] accumulo-testing pull request #3: ACCUMULO-4579 Fixed hadoop config bug in a...

2017-02-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/accumulo-testing/pull/3 --- 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

Re: How to remove all tables of accumulo or format hadoop files for accumulo

2017-04-28 Thread Dylan Hutchison
ook/content/format_and_start_hdfs.html> > to > format namenode of hadoop but that doesn't seems to work. My question is > how can I remove all tables and have fresh start with accumulo datastore? > Any suggestion is welcomed. Tons of thanks in advanced. > > Thank You > Suresh Prajapati >

Re: How to remove all tables of accumulo or format hadoop files for accumulo

2017-04-28 Thread Josh Elser
and which can be used from accumulo shell however that will require much of manual works for deleting large number of tables. I also tried instructions <https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_installing_manually_book/content/format_and_start_hdfs.html> to format namenode

Review Request 21282: ACCUMULO-2791 Downgrade commons-codec to match that provided by Hadoop.

2014-05-11 Thread Sean Busbey
/jira/browse/ACCUMULO-2791 Repository: accumulo Description --- ACCUMULO-2791 Downgrade commons-codec to match that provided by Hadoop. * Povide a core.util Base64 class to enforce the non-chunked behavior we rely on * Changed to use codec 1.4 'shaHex' meth

Review Request 15604: ACCUMULO-1792 Backport changes for Hadoop 2.0 from 1.5 to 1.4.

2013-11-15 Thread Sean Busbey
hem as close to intact as applicable for 1.4.5-SNAPSHOT. It presumes things like the hadoop versions for the profiles (0.20.203.0 and 2.2.0 respectively, will be set in follow on patches). Because there are so many commits, I'm not including all of their message text here. I think apply

Re: Review Request 16087: ACCUMULO-1796 - document Hadoop versions supported by 1.4.x binary

2013-12-06 Thread Sean Busbey
ps://issues.apache.org/jira/browse/ACCUMULO-1796 > > > Repository: accumulo > > > Description > --- > > Update to README to document which versions of Hadoop the default binary > distribution of Accumulo 1.4.5 works for. This is "option #3" of the ticket.

Re: Review Request 16087: ACCUMULO-1796 - document Hadoop versions supported by 1.4.x binary

2013-12-09 Thread Bill Havanki
> > (Updated Dec. 6, 2013, 12:10 p.m.) > > > Review request for accumulo. > > > Bugs: ACCUMULO-1796 > https://issues.apache.org/jira/browse/ACCUMULO-1796 > > > Repository: accumulo > > > Description > --- > > Upda

Re: Review Request 16087: ACCUMULO-1796 - document Hadoop versions supported by 1.4.x binary

2013-12-09 Thread Bill Havanki
--- Referring now to release notes for Hadoop versions tested. Bugs: ACCUMULO-1796 https://issues.apache.org/jira/browse/ACCUMULO-1796 Repository: accumulo Description --- Update to README to document which versions of Hadoop the default binary distribution of Accumulo 1.4.5 works

Re: Review Request 16087: ACCUMULO-1796 - document Hadoop versions supported by 1.4.x binary

2013-12-09 Thread Sean Busbey
528> This sounds kind of awkward. "As a part of our release process Accumulo is tested on a variety of Hadoop versions. For specific details about tested configurations please see the release notes for this version of Accumulo." As an added bonus, this removes a place wh

Re: Review Request 16087: ACCUMULO-1796 - document Hadoop versions supported by 1.4.x binary

2013-12-09 Thread Bill Havanki
--- Prepositions. Bugs: ACCUMULO-1796 https://issues.apache.org/jira/browse/ACCUMULO-1796 Repository: accumulo Description --- Update to README to document which versions of Hadoop the default binary distribution of Accumulo 1.4.5 works for. This is "option #3" of

Re: Review Request 16087: ACCUMULO-1796 - document Hadoop versions supported by 1.4.x binary

2013-12-09 Thread Sean Busbey
p.m.) > > > Review request for accumulo. > > > Bugs: ACCUMULO-1796 > https://issues.apache.org/jira/browse/ACCUMULO-1796 > > > Repository: accumulo > > > Description > --- > > Update to README to document which versions of Hadoop th

Re: Review Request 16087: ACCUMULO-1796 - document Hadoop versions supported by 1.4.x binary

2013-12-13 Thread Eric Newton
p.m.) > > > Review request for accumulo. > > > Bugs: ACCUMULO-1796 > https://issues.apache.org/jira/browse/ACCUMULO-1796 > > > Repository: accumulo > > > Description > --- > > Update to README to document which versions of Hadoop th

Re: Review Request 16087: ACCUMULO-1796 - document Hadoop versions supported by 1.4.x binary

2013-12-13 Thread Mike Drob
p.m.) > > > Review request for accumulo. > > > Bugs: ACCUMULO-1796 > https://issues.apache.org/jira/browse/ACCUMULO-1796 > > > Repository: accumulo > > > Description > --- > > Update to README to document which versions of Hadoop th

Re: Review Request 16087: ACCUMULO-1796 - document Hadoop versions supported by 1.4.x binary

2013-12-13 Thread Christopher Tubbs
c. 9, 2013, 12:35 p.m.) > > > Review request for accumulo. > > > Bugs: ACCUMULO-1796 > https://issues.apache.org/jira/browse/ACCUMULO-1796 > > > Repository: accumulo > > > Description > --- > > Update to README to document which versions of Hadoop

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Bill Havanki
Repository: accumulo > > > Description > --- > > ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup > failure. > > Looks for cases where we treat IOExceptions out of Hadoop specially, then > attempts to replicate for UnknownHostExce

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Mike Drob
https://issues.apache.org/jira/browse/ACCUMULO-2225 > > > Repository: accumulo > > > Description > --- > > ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup > failure. > > Looks for cases where we treat IOExceptions

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Sean Busbey
://reviews.apache.org/r/17192/ > --- > > (Updated Jan. 22, 2014, 7:13 p.m.) > > > Review request for accumulo and Bill Havanki. > > > Bugs: ACCUMULO-2225 > https://issues.apache.org/jira/browse/ACCUMULO-

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Sean Busbey
sues.apache.org/jira/browse/ACCUMULO-2225 > > > Repository: accumulo > > > Description > --- > > ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup > failure. > > Looks for cases where we treat IOExceptions out of Hadoop specially,

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Sean Busbey
e.org/jira/browse/ACCUMULO-2225 > > > Repository: accumulo > > > Description > --- > > ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup > failure. > > Looks for cases where we treat IOExceptions out of Hadoop specially, then >

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Sean Busbey
org/r/17192/ > --- > > (Updated Jan. 22, 2014, 7:13 p.m.) > > > Review request for accumulo and Bill Havanki. > > > Bugs: ACCUMULO-2225 > https://issues.apache.org/jira/browse/ACCUMULO-2225 > > &

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Mike Drob
> https://reviews.apache.org/r/17192/ > --- > > (Updated Jan. 22, 2014, 7:13 p.m.) > > > Review request for accumulo and Bill Havanki. > > > Bugs: ACCUMULO-2225 > https://issues.apache.org/jira/browse/ACCUMULO-2225 > > > Repository: accumulo > > > D

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Sean Busbey
; Review request for accumulo and Bill Havanki. > > > Bugs: ACCUMULO-2225 > https://issues.apache.org/jira/browse/ACCUMULO-2225 > > > Repository: accumulo > > > Description > --- > > ACCUMULO-2225 handle IllegalArgumentExceptions f

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Sean Busbey
Havanki. Changes --- first round of modifications based on feedbakc. Bugs: ACCUMULO-2225 https://issues.apache.org/jira/browse/ACCUMULO-2225 Repository: accumulo Description --- ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure. Looks for

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Bill Havanki
erated e-mail. To reply, visit: > https://reviews.apache.org/r/17192/ > --- > > (Updated Jan. 22, 2014, 4:37 p.m.) > > > Review request for accumulo and Bill Havanki. > > > Bugs: ACCUMULO-2225 > https://iss

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Sean Busbey
atically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17192/ > --- > > (Updated Jan. 22, 2014, 9:37 p.m.) > > > Review request for accumulo and Bill Havanki. > > > Bugs: ACCUMULO-2225 >

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Sean Busbey
Jan. 22, 2014, 9:37 p.m.) > > > Review request for accumulo and Bill Havanki. > > > Bugs: ACCUMULO-2225 > https://issues.apache.org/jira/browse/ACCUMULO-2225 > > > Repository: accumulo > > > Description > --- > > ACCUMULO-2225 handle IllegalA

Re: Review Request 17192: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread Sean Busbey
Havanki. Changes --- updated logs / comments based on feedback from bhavanki Bugs: ACCUMULO-2225 https://issues.apache.org/jira/browse/ACCUMULO-2225 Repository: accumulo Description --- ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure

<    1   2   3   4   >