Code Monkey home page Code Monkey logo

phrasecount's People

Contributors

cjnolet avatar ericnewton avatar joshelser avatar keith-turner avatar kennethmcfarland avatar mikewalch avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

phrasecount's Issues

NPE in PhraseExporter

java.lang.NullPointerException: null
        at phrasecount.PhraseExporter.process(PhraseExporter.java:87) ~[phrasecount-0.0.1-SNAPSHOT.jar:na]
        at accismus.impl.Worker.processUpdates(Worker.java:174) ~[accismus-core-1.0.0-alpha-1-SNAPSHOT.jar:na]
        at accismus.impl.WorkerTask.run(WorkerTask.java:67) [accismus-core-1.0.0-alpha-1-SNAPSHOT.jar:na]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [na:1.7.0_55]
        at java.util.concurrent.FutureTask.run(FutureTask.java:262) [na:1.7.0_55]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_55]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_55]
        at java.lang.Thread.run(Thread.java:745) [na:1.7.0_55]

Failed when running on EC2

I tried to run phrasecount on EC2 with multiple zookeepers. However, it failed because phrasecount is using the old method (comma seperated key/value pairs) to configure observers.

Possibly merge run.sh and run-cluster.sh

While reviewing #20 I noticed the run.sh and run-cluster.sh scripts have become very similar. Need to look into merging them. I can look into this while converting phrase count to use fluo-recipes.

Exception while runing mini.sh

I tried to run mini.sh using Fluo 1.2.0 and received the following exception:

java.lang.InterruptedException
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
	at java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
	at org.apache.fluo.core.impl.SharedBatchWriter$FlushTask.run(SharedBatchWriter.java:90)
	at java.lang.Thread.run(Thread.java:748)
[WARNING] 
java.lang.RuntimeException: java.lang.InterruptedException
	at org.apache.fluo.recipes.accumulo.export.function.AccumuloWriter$ExportTask.run(AccumuloWriter.java:106)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.InterruptedException
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
	at org.apache.fluo.recipes.accumulo.export.function.AccumuloWriter$ExportTask.run(AccumuloWriter.java:91)
	... 1 more
2018-02-28 14:04:11,492 [util.Halt] ERROR: Oracle has lost leadership unexpectedly and is now halting.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.