This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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] :::::::::::::::::::::::::::::::::::::::::::::: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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] :::::::::::::::::::::::::::::::::::::::::::::: |