[
https://issues.apache.org/jira/browse/HBASE-5093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Stein updated HBASE-5093:
-----------------------------
Description:
I tried to edit the wiki but it says immutable page
would be helpful/nice for folks to know how to get sbt working with Scala
the following is what I did to get it working, not sure why could not edit the
wiki figure i open a JIRA so someone with access could update this
{code}
resolvers += "Apache HBase" at
"https://repository.apache.org/content/repositories/releases"
resolvers += "Thrift" at "http://people.apache.org/~rawson/repo/"
libraryDependencies ++= Seq(
"org.apache.hadoop" % "hadoop-core" % "0.20.2",
"org.apache.hbase" % "hbase" % "0.90.4"
)
{code}
or let me access it and I can do it, np
was:
I tried to edit the wiki but it says immutable page
would be helpful/nice for folks to know how to get sbt working with Scala
the following is what I did to get it working, not sure why could not edit the
wiki figure i open a JIRA so someone with access could update this
{code}
resolvers += "Apache HBase" at
"https://repository.apache.org/content/repositories/releases"
libraryDependencies ++= Seq(
"org.apache.hadoop" % "hadoop-core" % "0.20.2",
"org.apache.hbase" % "hbase" % "0.90.4"
)
{code}
or let me access it and I can do it, np
> wiki update for HBase/Scala
> ---------------------------
>
> Key: HBASE-5093
> URL: https://issues.apache.org/jira/browse/HBASE-5093
> Project: HBase
> Issue Type: Improvement
> Reporter: Joe Stein
>
> I tried to edit the wiki but it says immutable page
> would be helpful/nice for folks to know how to get sbt working with Scala
> the following is what I did to get it working, not sure why could not edit
> the wiki figure i open a JIRA so someone with access could update this
> {code}
> resolvers += "Apache HBase" at
> "https://repository.apache.org/content/repositories/releases"
> resolvers += "Thrift" at "http://people.apache.org/~rawson/repo/"
> libraryDependencies ++= Seq(
> "org.apache.hadoop" % "hadoop-core" % "0.20.2",
> "org.apache.hbase" % "hbase" % "0.90.4"
> )
> {code}
> or let me access it and I can do it, np
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira