You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated the dependencies my project.clj file, ran lein deps. I checked that it's in my ~/.m2/repository/ folder.
I tried requiring the project in the repl in multiple ways (require '[com.backtype.def-datastores :as dfs]) (require '[com.backtype.def-datastores.hadoop :as hadoop]) (require '[com.backtype.def-datastores.hadoop.pail :as pail])
I keep getting this type of error:
Execution error (FileNotFoundException) at big-data.core/eval1560 (form-init14664829471889604774.clj:1).
Could not locate com/backtype/def_datastores__init.class, com/backtype/def_datastores.clj or com/backtype/def_datastores.cljc on classpath. Please check that namespaces with dashes use underscores in the Clojure file name.
What am I missing here?
The text was updated successfully, but these errors were encountered:
I updated the dependencies my project.clj file, ran
lein deps
. I checked that it's in my~/.m2/repository/
folder.I tried requiring the project in the repl in multiple ways
(require '[com.backtype.def-datastores :as dfs])
(require '[com.backtype.def-datastores.hadoop :as hadoop])
(require '[com.backtype.def-datastores.hadoop.pail :as pail])
I keep getting this type of error:
What am I missing here?
The text was updated successfully, but these errors were encountered: