[ 
https://issues.apache.org/jira/browse/NUTCH-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289879#comment-16289879
 ] 

ASF GitHub Bot commented on NUTCH-2438:
---------------------------------------

lewismc closed pull request #229: fix for NUTCH-2438 contributed by tmzzngl
URL: https://github.com/apache/nutch/pull/229
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build.xml b/build.xml
index e87eafd83..a10230514 100644
--- a/build.xml
+++ b/build.xml
@@ -96,6 +96,7 @@
  <!-- ====================================================== -->
  <target name="init" depends="ivy-init" description="--> stuff required by all 
targets">
   <mkdir dir="${build.dir}" />
+  <mkdir dir="${build.lib.dir}" />
   <mkdir dir="${build.classes}" />
   <mkdir dir="${release.dir}" />
 
diff --git a/ivy/ivy.xml b/ivy/ivy.xml
index 778bcc77e..de6932268 100644
--- a/ivy/ivy.xml
+++ b/ivy/ivy.xml
@@ -102,7 +102,7 @@
     <!-- N.B. To use Gora SNAPSHOT's merely replace the 'ref' value with the 
SNAPSHOT version 
     and add changing="true" alongside the dependency declaration. An example 
has been
     provided for the gora-core dependency as below -->
-    <dependency org="org.apache.gora" name="gora-core" rev="0.7" 
conf="*->default"/>
+    <dependency org="org.apache.gora" name="gora-core" rev="0.8" 
conf="*->default"/>
     
     <!-- Uncomment this to use SQL as Gora backend. It should be noted that 
the 
     gora-sql 0.1.1-incubating artifact is NOT compatable with gora-core 0.3. 
Users should 
@@ -116,32 +116,32 @@
     -->
     <!-- Uncomment this to use HBase as Gora backend. -->
     <!--     
-    <dependency org="org.apache.gora" name="gora-hbase" rev="0.7" 
conf="*->default" /> 
+    <dependency org="org.apache.gora" name="gora-hbase" rev="0.8" 
conf="*->default" /> 
     -->
     <!-- Uncomment this to use Accumulo as Gora backend. -->
     <!--
-    <dependency org="org.apache.gora" name="gora-accumulo" rev="0.7" 
conf="*->default" />
+    <dependency org="org.apache.gora" name="gora-accumulo" rev="0.8" 
conf="*->default" />
     -->
     <!-- Uncomment this to use Cassandra as Gora backend. -->
     <!-- 
-    <dependency org="org.apache.gora" name="gora-cassandra" rev="0.7" 
conf="*->default" />
+    <dependency org="org.apache.gora" name="gora-cassandra" rev="0.8" 
conf="*->default" />
     -->
     <!-- Uncomment this to use MongoDB as Gora backend. -->
     <!--
-    <dependency org="org.apache.gora" name="gora-mongodb" rev="0.7" 
conf="*->default" />
+    <dependency org="org.apache.gora" name="gora-mongodb" rev="0.8" 
conf="*->default" />
     -->    
     <!-- Uncomment this to use Solr as Gora backend. -->
     <!--
-    <dependency org="org.apache.gora" name="gora-solr" rev="0.7" 
conf="*->default" />
+    <dependency org="org.apache.gora" name="gora-solr" rev="0.8" 
conf="*->default" />
     -->
     <!--
-    <dependency org="org.apache.gora" name="gora-jcache" rev="0.7" 
conf="*->default" />
+    <dependency org="org.apache.gora" name="gora-jcache" rev="0.8" 
conf="*->default" />
     -->
     <!-- The gora-compiler is used within the 'ant generate-gora-src' target 
to compile
     the Gora .avsc files within ./src/gora 
     -->
-    <dependency org="org.apache.gora" name="gora-compiler-cli" rev="0.7" 
conf="*->default"/>
-    <dependency org="org.apache.gora" name="gora-compiler" rev="0.7" 
conf="*->default"/>
+    <dependency org="org.apache.gora" name="gora-compiler-cli" rev="0.8" 
conf="*->default"/>
+    <dependency org="org.apache.gora" name="gora-compiler" rev="0.8" 
conf="*->default"/>
 
     <!-- web app dependencies -->
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Upgrade Nutch 2.X to Gora 0.8
> -----------------------------
>
>                 Key: NUTCH-2438
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2438
>             Project: Nutch
>          Issue Type: Improvement
>          Components: storage
>    Affects Versions: 2.4
>            Reporter: Tulay Muezzinoglu
>             Fix For: 2.4
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to