uvagfx / hipi

HIPI: Hadoop Image Processing Interface
http://hipi.cs.virginia.edu
BSD 3-Clause "New" or "Revised" License
133 stars 82 forks source link

NO-SOURCE #34

Open nihalc14 opened 7 years ago

nihalc14 commented 7 years ago

:core:processResources NO-SOURCE

:tools:hibImport:processResources NO-SOURCE

Its not showing up to date. Can anyone suggest a solution please

ashishkumar4029 commented 7 years ago

This problem has raised because you are in root user which is not in any hadoop group. You need to enter in the user which is under hadoop group. For eg, $ su hduser

ankita11sharma commented 7 years ago

Getting same error even if I'm non-root user. $su hduser is also not working for me. Any suggestion please.

ashishkumar4029 commented 7 years ago

@ankita11sharma

If $su hduser does not work. how? did you create hduser? If not, then create one and add that to your hadoop group otherwise, please give more details of your problem so that I can help.

ankita11sharma commented 7 years ago

@ashishfirst96 Thanks for the reply. I have the hadoop1 guest user in ubuntu-16.04.2 running on Oracle VM VirtualBox. Hadoop2.7.3 is working fine. I created hadoop1 user. Your hduser is guest user only? right?

As a hadoop1 user hadoop1@AnkitaPC:~$ which hadoop /home/hadoop1/hadoop/bin/hadoop

hadoop1@AnkitaPC:~$ which gradle /usr/bin/gradle

hadoop1@AnkitaPC:~$ cd hipi hadoop1@AnkitaPC:~/hipi$ gradle Starting a Gradle Daemon (subsequent builds will be faster) :core:compileJava UP-TO-DATE :core:processResources NO-SOURCE :core:classes UP-TO-DATE :core:jar UP-TO-DATE :tools:covar:compileJava UP-TO-DATE :tools:covar:processResources NO-SOURCE . . BUILD SUCCESSFUL


On otherside hadoop1@AnkitaPC:~$ su hadoop1 Password: hadoop1@AnkitaPC:~$ pwd /home/hadoop1 hadoop1@AnkitaPC:~$ cd hipi hadoop1@AnkitaPC:~/hipi$ gradle :core:compileJava UP-TO-DATE :core:processResources NO-SOURCE :core:classes UP-TO-DATE :core:jar UP-TO-DATE :tools:covar:compileJava UP-TO-DATE :tools:covar:processResources NO-SOURCE ; . BUILD SUCCESSFUL


PS: Is there any chance of configuration file error during deletion/uninstallation?? because I have uninstalled gradle twice to resolve some other problem I was facing otherwise at the time of the first installation it was working fine. I am not able to identify the problem itself. Stuck..!!

I'm following this http://hipi.cs.virginia.edu/gettingstarted.html link only. Problems started when I tried to add HIPI to eclipse according to step 2 in http://hipi.cs.virginia.edu/eclipse.html . I was not able to add jar files. Thanks again.

praveenraja21 commented 6 years ago

hduser@pglab2-HCL-Desktop:/usr/local/hipi$ gradle :core:compileJava UP-TO-DATE :core:processResources NO-SOURCE :core:classes UP-TO-DATE :core:jar UP-TO-DATE :tools:covar:compileJava UP-TO-DATE :tools:covar:processResources NO-SOURCE :tools:covar:classes UP-TO-DATE :tools:covar:jar UP-TO-DATE :tools:hibDownload:compileJava UP-TO-DATE :tools:hibDownload:processResources NO-SOURCE :tools:hibDownload:classes UP-TO-DATE :tools:hibDownload:jar UP-TO-DATE :tools:hibDump:compileJava UP-TO-DATE :tools:hibDump:processResources NO-SOURCE :tools:hibDump:classes UP-TO-DATE :tools:hibDump:jar UP-TO-DATE :tools:hibImport:compileJava UP-TO-DATE :tools:hibImport:processResources NO-SOURCE :tools:hibImport:classes UP-TO-DATE :tools:hibImport:jar UP-TO-DATE :tools:hibInfo:compileJava UP-TO-DATE :tools:hibInfo:processResources NO-SOURCE :tools:hibInfo:classes UP-TO-DATE :tools:hibInfo:jar UP-TO-DATE :tools:hibToJpeg:compileJava UP-TO-DATE :tools:hibToJpeg:processResources NO-SOURCE :tools:hibToJpeg:classes UP-TO-DATE :tools:hibToJpeg:jar UP-TO-DATE :install

Finished building the HIPI library along with all tools and examples.

BUILD SUCCESSFUL

Total time: 1.12 secs

I am getting same NO SOURCE in all process resources. can anyone help me to find out the solution?

ashishkumar4029 commented 6 years ago

check if the processResources directory is available?

praveenraja21 commented 6 years ago

How to check the processResources directory is available or not? Can you tell me the steps?

ashishkumar4029 commented 6 years ago

Go to HIPI directory Then these are the list of directories, go into them and check for processResources

  1. core:processResources
  2. tools:covar:processResources
  3. tools:hibDownload:processResources
  4. tools:hibDump:processResources
  5. tools:hibImport:processResource
  6. tools:hibInfo:processResources
  7. tools:hibToJpeg:processResources
praveenraja21 commented 6 years ago

Yeah i had checked. I think its not available so can you please provide solution for this problem?