Skip to content

Instantly share code, notes, and snippets.

View samidalouche's full-sized avatar

Sami Dalouche samidalouche

View GitHub Profile
@samidalouche
samidalouche / capacity-scheduler.xml
Created October 19, 2011 20:04
capacity-scheduler.xml
<?xml version="1.0"?>
<!-- This is the configuration file for the resource manager in Hadoop. -->
<!-- You can configure various scheduling parameters related to queues. -->
<!-- The properties for a queue follow a naming convention,such as, -->
<!-- mapred.capacity-scheduler.queue.<queue-name>.property-name. -->
<configuration>
<property>
@samidalouche
samidalouche / hadoop-capacity-scheduler.xml
Created October 19, 2011 19:48
Queues configuration
<?xml version="1.0"?>
<!-- This is the configuration file for the resource manager in Hadoop. -->
<!-- You can configure various scheduling parameters related to queues. -->
<!-- The properties for a queue follow a naming convention,such as, -->
<!-- mapred.capacity-scheduler.queue.<queue-name>.property-name. -->
<configuration>
<property>
2011-03-01 11:20:15
Full thread dump Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode):
"Attach Listener" daemon prio=10 tid=0x0000000041625000 nid=0x1d7d waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Thread-37" prio=10 tid=0x0000000041452000 nid=0x1cef in Object.wait() [0x00007f239d10a000]
java.lang.Thread.State: RUNNABLE
at javax.measure.unit.Unit.<clinit>(Unit.java:60)
at javax.measure.unit.SI.<clinit>(SI.java:72)
2011-03-01 11:11:17
Full thread dump Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode):
"RMI TCP Connection(idle)" daemon prio=10 tid=0x0000000042eac000 nid=0x13d5 waiting on condition [0x00007f78548f4000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000f7104a58> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:198)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:424)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:323)
import java.io.File
import sbt._
class Project(info: ProjectInfo) extends ParentProject(info) with IdeaProject {
lazy val mavenLocal = "Local Maven Repository" at "file://"+Path.userHome+"/.m2/repository"
lazy val geotoolsRepository = "Open Source Geospatial Foundation Repository" at "http://download.osgeo.org/webdav/geotools/"
lazy val javanetRepository = "Java.net Repository" at "http://download.java.net/maven/2"
lazy val iglootoolsRepository = "Iglootools Releases Repository" at "http://developers.sirika.com/maven2/releases/"
lazy val jbossRepository = "JBoss Releases Repository" at "https://repository.jboss.org/nexus/content/groups/public-jboss"
lazy val hibernateSpatial = "Hibernate Spatial Repository" at "http://www.hibernatespatial.org/repository"
import java.io.File
import sbt._
import de.element34.sbteclipsify._
class Project(info: ProjectInfo) extends ParentProject(info) with IdeaProject {
//lazy val mavenLocal = "Local Maven Repository" at "file://"+Path.userHome+"/.m2/repository"
lazy val geotoolsRepository = "Open Source Geospatial Foundation Repository" at "http://download.osgeo.org/webdav/geotools/"
lazy val javanetRepository = "Java.net Repository" at "http://download.java.net/maven/2"
lazy val iglootoolsRepository = "Iglootools Releases Repository" at "http://developers.sirika.com/maven2/releases/"
[info] == openplacesearch-updater / deliver-local ==
[warn] [NOT FOUND ] com.sirika.openplacesearch#openplacesearch-scala-api_2.8.1;0.1!openplacesearch-scala-api_2.8.1.jar(src) (0ms)
[warn] ==== local: tried
[warn] /home/sdalouche/.ivy2/local/com.sirika.openplacesearch/openplacesearch-scala-api_2.8.1/0.1/srcs/openplacesearch-scala-api_2.8.1-sources.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: FAILED DOWNLOADS ::
[warn] :: ^ see resolution messages for details ^ ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.sirika.openplacesearch#openplacesearch-scala-api_2.8.1;0.1!openplacesearch-scala-api_2.8.1.jar(src)
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
sdalouche@samxps:~/workspace/samokk/openplacesearch-scala$ sbt clean publish-local
[info] Recompiling project definition...
[info] Source analysis: 1 new/modified, 0 indirectly invalidated, 0 removed.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at sbt.ReflectUtilities$$anonfun$allValsC$1$$anonfun$apply$2.apply(ReflectUtilities.scala:46)
at sbt.ReflectUtilities$$anonfun$allValsC$1$$anonfun$apply$2.apply(ReflectUtilities.scala:44)
[info] == openplacesearch-scala-api / doc ==
[info] Generating API documentation for main sources...
java.lang.UnsupportedOperationException: Position.point
at scala.tools.nsc.util.Position$class.point(Position.scala:88)
at scala.tools.nsc.util.NoPosition$.point(Position.scala:193)
at scala.tools.nsc.util.Position$class.startOrPoint(Position.scala:85)
at scala.tools.nsc.util.NoPosition$.startOrPoint(Position.scala:193)
at scala.tools.nsc.doc.model.TreeFactory$class.makeTree(TreeFactory.scala:23)
at scala.tools.nsc.doc.DocFactory$$anon$1.makeTree(DocFactory.scala:54)
at scala.tools.nsc.doc.model.ModelFactory$$anon$14.defaultValue(ModelFactory.scala:456)
[info] == openplacesearch-updater / deliver-local ==
[warn] [NOT FOUND ] com.sirika.openplacesearch#openplacesearch-scala-api_2.8.1;0.1!openplacesearch-scala-api_2.8.1.jar(src) (0ms)
[warn] ==== local: tried
[warn] /home/sdalouche/.ivy2/local/com.sirika.openplacesearch/openplacesearch-scala-api_2.8.1/0.1/srcs/openplacesearch-scala-api_2.8.1-sources.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: FAILED DOWNLOADS ::
[warn] :: ^ see resolution messages for details ^ ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: com.sirika.openplacesearch#openplacesearch-scala-api_2.8.1;0.1!openplacesearch-scala-api_2.8.1.jar(src)
[warn] ::::::::::::::::::::::::::::::::::::::::::::::