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

Stephen Boesch commented on HIVE-2547:
--------------------------------------

Hi,

  fyi in the arc-setup target of the build.xml there is a url that should
be updated:

            https://github.com/facebook/arc-jira/tarball/master moved to
https://nodeload.github.com/facebook/arc-jira/tarball/master

do you want to make another jira for this (another really tiny bug..) ?


After making that tiny change the arc downloaded.  Then there is another
problem: the command "arc" does not exist (when executing "arc diff --jira
HIVE-<myJIRA#>").

It seems maybe at least two problems:

 (1) it appears there is an issue with the regex for copying the exploded
files

   <move todir="${hive.root}">
      <fileset dir="${build.dir.hive}">
        <include name="facebook-arc-jira-*/arc_jira_lib/**"/>
       </fileset>
      <mapper type="regexp" from="^facebook-arc-jira-([^/])*/(.*)" to=*
"\.\2"/>*
    </move>

   The result of this "move" operation is that a *new directory
.arc_jira_lib is created:*
*
*
          drwxrwxr-x  3 steve steve  4096 2011-11-05 16:29 *.arc_jira_lib*
*
*
  Thus we see

          <HIVE_SRC_DIR>/*.arc_jira_lib/*arcanist/ArcJIRAConfiguration.php
*
*
  So should it instead be:

          <HIVE_SRC_DIR>/arcanist/ArcJIRAConfiguration.php

     (and similarly with the other files within the arcanist directory --
move them all up one level)

 ?

  In either case, I'm not sure how/where the executable "arc" is created
and made accessible to the later stages of the build..

(2) The program "arc" does not exist.





2011/11/3 John Sichi (Commented) (JIRA) <j...@apache.org>


                
> Tiny bug in init-hive-dfs.sh 
> -----------------------------
>
>                 Key: HIVE-2547
>                 URL: https://issues.apache.org/jira/browse/HIVE-2547
>             Project: Hive
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 0.8.0
>         Environment: ubuntu / general linux
>            Reporter: Stephen Boesch
>            Assignee: Stephen Boesch
>            Priority: Minor
>              Labels: initialization
>             Fix For: 0.8.0
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> init-hive-dfs.sh seems to have a small typo on line 73 in which it requests 
> "$HADOOP" instead of "$HADOOP_EXEC"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to