Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config-tools not found #20

Closed
darionyaphet opened this issue Feb 27, 2016 · 3 comments
Closed

config-tools not found #20

darionyaphet opened this issue Feb 27, 2016 · 3 comments

Comments

@darionyaphet
Copy link

I try to compile this project with sbt compile and config-tools couldn't checkout from mavn repo .

Maybe we should add some repo-address in project/Build.scala ?

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: org.trustedanalytics.gearpump#config-tools;0.0.1-SNAPSHOT: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[error] /Users/darion.johannes.yaphet/repository/gearpump-examples/kafka-hbase-pipeline/src/main/scala/io/gearpump/examples/kafka_hbase_pipeline/Processors.scala:173: overloaded method value apply with alternatives:
[error]   [T](userconfig: io.gearpump.cluster.UserConfig, tableName: String, configuration: org.apache.hadoop.conf.Configuration)io.gearpump.external.hbase.HBaseSink <and>
[error]   [T](userconfig: io.gearpump.cluster.UserConfig, tableName: String)io.gearpump.external.hbase.HBaseSink
[error]  cannot be applied to (String)
[error]       HBaseSink(hbaseTable)
[error]       ^
[error] /Users/darion.johannes.yaphet/repository/gearpump-examples/kafka-hbase-pipeline/src/main/scala/io/gearpump/examples/kafka_hbase_pipeline/Processors.scala:203: overloaded method value apply with alternatives:
[error]   [T](userconfig: io.gearpump.cluster.UserConfig, tableName: String, configuration: org.apache.hadoop.conf.Configuration)io.gearpump.external.hbase.HBaseSink <and>
[error]   [T](userconfig: io.gearpump.cluster.UserConfig, tableName: String)io.gearpump.external.hbase.HBaseSink
[error]  cannot be applied to (String)
[error]       HBaseSink(hbaseTable)
[error]       ^
[error] two errors found
[trace] Stack trace suppressed: run last gearpump-tap-pipeline/*:update for the full output.
[error] (gearpump-tap-pipeline/*:update) sbt.ResolveException: unresolved dependency: org.trustedanalytics.gearpump#config-tools;0.0.1-SNAPSHOT: not found
[error] (gearpump-kafka-hbase-pipeline/compile:compile) Compilation failed
@huafengw
Copy link

@kkasravi Can you help to look into this one?

@kkasravi
Copy link
Contributor

Yes, it's referencing an ATK library. I'll correct, but may be a day or two

@kkasravi
Copy link
Contributor

kkasravi commented Mar 7, 2016

This actually isn't the ATK library - it's the https://github.com/gearpump/gearpump_tap_integration repo which is including configuration information we anticipate will be exported from TAP (Trusted Analytics Platform) and shouldn't be made a dependency here. I'll clean this up as part of #22

@kkasravi kkasravi closed this as completed Mar 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants