You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2015/01/10 19:19:50 UTC

[13/15] flink git commit: [docs] Add FAQ entry about scala implicits error when missing imports

[docs] Add FAQ entry about scala implicits error when missing imports


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/fb769d2a
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/fb769d2a
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/fb769d2a

Branch: refs/heads/release-0.8
Commit: fb769d2a1ffcb8a0d063936a0a7d805d4f5186b3
Parents: 66414c3
Author: Stephan Ewen <se...@apache.org>
Authored: Sat Jan 10 17:23:57 2015 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Sat Jan 10 18:42:21 2015 +0100

----------------------------------------------------------------------
 docs/faq.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/fb769d2a/docs/faq.md
----------------------------------------------------------------------
diff --git a/docs/faq.md b/docs/faq.md
index daa3d5b..13a8a2d 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -102,6 +102,11 @@ the source of the error. Solutions are to
 - make the enclosing class serializable
 - use a Java 8 lambda function.
 
+### In Scala API, I get an error about implicit values and evidence parameters
+
+It means that the implicit value for the type information could not be provided.
+Make sure that you have an `import org.apache.flink.api.scala._` statement in your code.
+
 ### I get an error message saying that not enough buffers are available. How do I fix this?
 
 If you run Flink in a massively parallel setting (100+ parallel threads),