[
https://issues.apache.org/jira/browse/MAHOUT-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15567554#comment-15567554
]
ASF GitHub Bot commented on MAHOUT-1885:
----------------------------------------
Github user dlyubimov commented on a diff in the pull request:
https://github.com/apache/mahout/pull/261#discussion_r82934105
--- Diff:
spark/src/main/scala/org/apache/mahout/sparkbindings/package.scala ---
@@ -214,11 +223,11 @@ package object sparkbindings {
// During maven tests, the maven classpath also creeps in for
some reason
!n.matches(".*/.m2/.*")
)
- /* verify jar passed to context
- log.info("\n\n\n")
- mcjars.foreach(j => log.info(j))
- log.info("\n\n\n")
- */
+ /* verify jar passed to context */
+// info("\n\n\n")
--- End diff --
this IMO is a useful info (perhaps should be downgraded to debug and be
made a little bit more verbose explaining what it is it prints)
> Inital Implementation of VCL Bindings
> -------------------------------------
>
> Key: MAHOUT-1885
> URL: https://issues.apache.org/jira/browse/MAHOUT-1885
> Project: Mahout
> Issue Type: Improvement
> Components: Math
> Affects Versions: 0.12.2
> Reporter: Andrew Palumbo
> Assignee: Andrew Palumbo
> Fix For: 0.13.0
>
>
> Push a working experimental branch of VCL bindings into master. There is
> still a lot of work to be done. All tests are passing, At the moment there
> am opening this JIRA mostly to get a number for PR and to test profiles
> against on travis.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)