That doesn't work either. I get missing artifact errors. What is the process for downloading them manually? For example which file do I look in to figure out...
49
Alejandro Abdelnur
tucu0
Jul 28, 2010 10:44 pm
Try removing the whole .m2 directory, start a build, go to the movies, then it should be done :)...
48
Todd Deshane
deshantm
Jul 28, 2010 9:24 pm
removing these directories got me closer. /root/.m2/repository/org/apache/openjpa/ and /root/.m2/repository/org/apache/geronimo/specs/geronimo-jpa_3.0_spec/ It...
47
Igor Katkov
ikatkov
Jul 28, 2010 9:06 pm
I used 2.2.1 as well. Can't think of anything else to help you....
46
Todd Deshane
deshantm
Jul 28, 2010 8:42 pm
Do you recommend a specific version of maven? The oozie installed is fresh and the maven install is apache-maven-2.2.1 was simply a install from the tar file. ...
45
Igor Katkov
ikatkov
Jul 28, 2010 8:37 pm
Judging from the log file you have invalid pom files in your local maven repository. Have you tried to wipe it clean and start from scratch? I'd definitely do...
44
Todd Deshane
deshantm
Jul 28, 2010 8:30 pm
Hi, ... I tried to compile with and without the fix you suggested and even tried your pom.xml, but I still get errors compiling. Attached is the build log. Any...
43
Shrijeet Paliwal
shrijeetp
Jul 28, 2010 2:33 am
@Alejandro Yes I think I am referring to those files created on local disk of target SSH box. Actually I had to run some bash scripts on the same box where...
42
Igor Katkov
ikatkov
Jul 27, 2010 8:22 pm
It looks out of date for me as well. Here is how I fixed it localy - edit pom.xml and remove whole <repositories> tag See attached file....
41
keolson81
Jul 27, 2010 6:25 pm
When I try to run "bin/mkdistro.sh -DskipTests", I'm seeing a ton of invalid POM errors that look like: Its dependencies (if any) will NOT be available to the...
40
tanweiguo
tanweiguo@...
Jul 27, 2010 7:52 am
When I build oozie2 for Hadoop 0.20.1, and the client file is generated. When I run "bin/oozie ***", there is always the following error: bin/oozie: line 36:...
39
tanweiguo
tanweiguo@...
Jul 27, 2010 7:21 am
When I build oozie2 for Hadoop 0.20.1, and the client file is generated. When I run "bin/oozie ***", there is always the following error: bin/oozie: line 36:...
38
Alejandro Abdelnur
tucu0
Jul 27, 2010 7:21 am
Shrijeet, Are you referring to the directories in the target SSH box. If so, no, they are not configurable. ( (FYI, those files are cleaned up at the end of...
37
Alejandro Abdelnur
tucu0
Jul 27, 2010 7:13 am
Tan, The Oozie pom.xml lists all the repositories needed to get all dependencies. The only thing is not there (but avail in Oozie source) is the tweaked doxia ...
36
arvind@...
arvind_prabh...
Jul 27, 2010 5:37 am
The Oozie tarball is available at http://archive.cloudera.com/cdh/3/oozie-1.6.2+57.tar.gz. The oozie-client tarball is available at ...
35
tanweiguo
tanweiguo@...
Jul 27, 2010 3:16 am
I find the following in Cloudera WIKI. Where to download oozie tarball? Is that depenent on Cloudera Hadoop? Installing Oozie Tarball (.tgz) The Oozie tarball...
34
arvind@...
arvind_prabh...
Jul 27, 2010 2:36 am
The hadoop project is slowly moving towards maven adoption. Until that time, you will likely have to maintain your own repository that has the necessary bits...
33
arvind@...
arvind_prabh...
Jul 27, 2010 2:30 am
I don't think these are configurable. However, you can easily use an FS action that move these files to the desired location. Arvind...
32
tanweiguo
tanweiguo@...
Jul 27, 2010 2:17 am
Is there any maven repository that includes all the required resources to build oozie? For example, I find pig and hadoop are not included in maven center ...
31
shrijeetp
Jul 27, 2010 1:35 am
Hi, I am using mostly ssh actions in my workflow. The stdout and stderr of the scripts is being written to "user.home/oozie.system.id/job.id" (in my case one...
30
arvind@...
arvind_prabh...
Jul 23, 2010 11:03 pm
Mohan, Did you get to try this out? Did it work for you? Please share your findings. Arvind...
29
arvind@...
arvind_prabh...
Jul 22, 2010 10:25 pm
Mohan, It seems that the new oozie console references the file ext-2.2/RowExpander.js which is not located in the root of the ext-2.2 distribution but in...
28
mohanrao.01@...
swatkatz
Jul 19, 2010 9:31 pm
Hi, So I was able to run my original oozie 2.0 war on Linux once I switched it to use MySQL. I tried using HSQL by deleting the oozie* files from mem but it...
27
Angelo Kaichen Huang
angelokh...
Jul 19, 2010 7:16 pm
In Oozie 2.0, there is a way to use MySQL. You just need to change -u to db username, -p if password exists, and -l for server url and database name. After the...
26
Arvind Prabhakar
arvind_prabh...
Jul 19, 2010 7:04 pm
Mohan, ... have to build it ourselves or use a distribution of hadoop that is the same version as the one that this binary was build with ? Oozie workflows can...
25
mohanrao.01@...
swatkatz
Jul 19, 2010 6:58 pm
Hi Angelo, That's the first thing I tried. But it didn't work. An oozie.log file is created in that folder the contents of this file is - CREATE USER SA...
24
Angelo Kaichen Huang
angelokh...
Jul 19, 2010 6:31 pm
Could you try to change /usr/share/tomcat5/mem/ this directory permission to 777 and ownership to the one who started tomcat? After the changes, restart tomcat...
23
mohanrao.01@...
swatkatz
Jul 19, 2010 6:25 pm
Hi Arvind, The oozie-1.6.2 link that you sent to me works on Linux. It starts but I don't see anything in the web console. I guess probably it is missing the...
22
Arvind Prabhakar
arvind_prabh...
Jul 19, 2010 5:36 pm
The exception that you are seeing here indicates that the hsql db instance could not be opened. Can you try setting up the MySQL database instead? Full ...
21
mohanrao.01@...
swatkatz
Jul 19, 2010 5:29 pm
I'm running it on Vista. I am downloading the distribution and I will try it out. Yes Oozie was built on Windows. Tomcat is - 6.0.28. I have since tried the...