Skip to content

Instantly share code, notes, and snippets.

@msmith-techempower
Created November 19, 2013 15:33
Show Gist options
  • Select an option

  • Save msmith-techempower/7547169 to your computer and use it in GitHub Desktop.

Select an option

Save msmith-techempower/7547169 to your computer and use it in GitHub Desktop.
Here is a more readable version of https://gist.github.com/bhauer/7344932
-----------------------------------------------------
Starting finagle
-----------------------------------------------------
Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Tue Nov 19 07:31:10 PST 2013
System load: 0.1 Processes: 119
Usage of /: 8.0% of 131.33GB Users logged in: 0
Memory usage: 16% IP address for eth0: 172.16.98.118
Swap usage: 2%
Graph this data and manage this system at https://landscape.canonical.com/
109 packages can be updated.
52 updates are security updates.
mysql start/running, process 12957
mongodb start/running, process 13018
* Restarting PostgreSQL 9.1 database server
...done.
[info] Loading project definition from /home/tfb/FrameworkBenchmarks/finagle/project
[info] Set current project to finagle (in build file:/home/tfb/FrameworkBenchmarks/finagle/)
[info] Updating {file:/home/tfb/FrameworkBenchmarks/finagle/}default-2b75fd...
[info] Resolving com.google.guava#guava;13.0.1 ...
[info] Done updating.
[success] Total time: 2 s, completed Nov 19, 2013 7:31:25 AM
[info] Compiling 1 Scala source to /home/tfb/FrameworkBenchmarks/finagle/target/scala-2.10/classes...
[error] /home/tfb/FrameworkBenchmarks/finagle/src/main/scala/com/falmarri/finagle/Finagle.scala:6: object MySQL is not a member of package com.twitter.finagle.exp.mysql
[error] import com.twitter.finagle.exp.mysql.{Client, IntValue, MySQL, Row}
[error] ^
[error] /home/tfb/FrameworkBenchmarks/finagle/src/main/scala/com/falmarri/finagle/Finagle.scala:19: not found: type MySQL
[error] .codec(new MySQL("benchmarkdbuser", "benchmarkdbpass", Some("hello_world")))
[error] ^
[error] two errors found
[error] (compile:compile) Compilation failed
[error] Total time: 3 s, completed Nov 19, 2013 7:31:28 AM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment