[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-08-20 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Status: Open  (was: Patch Available)

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch, 
 mvn_pig_4.patch, mvn_pig_5.patch, mvn_pig_6.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-08-20 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

  Status: Patch Available  (was: Open)
Release Note: 
Hi,
The latest patch addresses all the issues raised by Scott. We don't put 
inside the hadoop/pig/pig but its hadoop/pig.  I have made the changes to 
upload the pig-core.jar file, which is just pig. I have also checked in the 
pig-source.jar This file also has related documentation. We don't generate 
separate documentation jar for pig. I have also made changes for putting the 
jar in the staging repo. 
Thanks
Niraj

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch, 
 mvn_pig_4.patch, mvn_pig_5.patch, mvn_pig_6.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-08-20 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Release Note: 
ant mvn-install   :To install artifact to the local filesystem
ant mvn-deploy  : To deploy snapshots to the apache nexus repo (looks for 
authentication in the ~/.m2/settings.xml)
ant mvn-deploy -Drepo=staging  :To deploy artifacts for voting before release , 
this also requires authentication configured in ~/.m2/settings.xml
Deploying artifacts to the staging repository requires signing the artifacts 
with gpg keys, mvn-deploy target takes care of signing the artifacts. While 
executing mvn-deploy target with -Drepo=staging it would ask for gpg passphrase 
which need to be keyed in. Once the deployment is successful, to make the 
artifact available in the staging repository , login into the staging 
repository and close the staging by right clicking on the staged artifact at 
http:/repository.apache.org
With this patch I have already uploaded artifacts to the stating repository; 
(only ppl with committer access would be able to view this, as the repository 
is not closed yet)

  was:
Hi,
The latest patch addresses all the issues raised by Scott. We don't put 
inside the hadoop/pig/pig but its hadoop/pig.  I have made the changes to 
upload the pig-core.jar file, which is just pig. I have also checked in the 
pig-source.jar This file also has related documentation. We don't generate 
separate documentation jar for pig. I have also made changes for putting the 
jar in the staging repo. 
Thanks
Niraj


 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch, 
 mvn_pig_4.patch, mvn_pig_5.patch, mvn_pig_6.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-08-20 Thread Richard Ding (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Ding updated PIG-1334:
--

Hadoop Flags: [Reviewed]
Release Note: 
ant mvn-install   :To install artifact to the local filesystem
ant mvn-deploy  : To deploy snapshots to the apache nexus repo (looks for 
authentication in the ~/.m2/settings.xml)
ant mvn-deploy -Drepo=staging  :To deploy artifacts for voting before release , 
this also requires authentication configured in ~/.m2/settings.xml
Deploying artifacts to the staging repository requires signing the artifacts 
with gpg keys, mvn-deploy target takes care of signing the artifacts. While 
executing mvn-deploy target with -Drepo=staging it would ask for gpg passphrase 
which need to be keyed in. Once the deployment is successful, to make the 
artifact available in the staging repository , login into the staging 
repository and close the staging by right clicking on the staged artifact at 
http:/repository.apache.org


  was:
ant mvn-install   :To install artifact to the local filesystem
ant mvn-deploy  : To deploy snapshots to the apache nexus repo (looks for 
authentication in the ~/.m2/settings.xml)
ant mvn-deploy -Drepo=staging  :To deploy artifacts for voting before release , 
this also requires authentication configured in ~/.m2/settings.xml
Deploying artifacts to the staging repository requires signing the artifacts 
with gpg keys, mvn-deploy target takes care of signing the artifacts. While 
executing mvn-deploy target with -Drepo=staging it would ask for gpg passphrase 
which need to be keyed in. Once the deployment is successful, to make the 
artifact available in the staging repository , login into the staging 
repository and close the staging by right clicking on the staged artifact at 
http:/repository.apache.org
With this patch I have already uploaded artifacts to the stating repository; 
(only ppl with committer access would be able to view this, as the repository 
is not closed yet)


 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch, 
 mvn_pig_4.patch, mvn_pig_5.patch, mvn_pig_6.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-08-20 Thread Richard Ding (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Ding updated PIG-1334:
--

Status: Resolved  (was: Patch Available)
Resolution: Fixed

The patch is committed to the trunk. Thanks Niraj for making this feature 
available.

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch, 
 mvn_pig_4.patch, mvn_pig_5.patch, mvn_pig_6.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-08-19 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Attachment: mvn_pig_6.patch

Attaching another patch after merging with the latest build.xml

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch, 
 mvn_pig_4.patch, mvn_pig_5.patch, mvn_pig_6.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-08-19 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Attachment: (was: mvn_pig_6.patch)

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch, 
 mvn_pig_4.patch, mvn_pig_5.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-08-19 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Attachment: mvn_pig_6.patch

Attaching the source, core and the pom jar . It also has staging attachment url.

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch, 
 mvn_pig_4.patch, mvn_pig_5.patch, mvn_pig_6.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-08-18 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Attachment: mvn_pig_5.patch

Attaching the patch with source jar. Source jar also includes docs. I have also 
changed to pigwithouthadoop jar.

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch, 
 mvn_pig_4.patch, mvn_pig_5.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-08-05 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Attachment: mvn_pig_4.patch

implemented pgp signature 

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch, 
 mvn_pig_4.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-08-05 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Status: Patch Available  (was: Open)

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch, 
 mvn_pig_4.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-07-27 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Attachment: mvn_pig_3.patch

Added mvn-deploy task to load the jar in the apache repos.
Giri, can you test this patch as I don't have permission to run this test.

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch, mvn_pig_3.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-07-21 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Attachment: depJobsFailure2.patch

New patch after the review recommendations.


 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-07-21 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Attachment: (was: depJobsFailure2.patch)

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-07-08 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Attachment: mvn_pig_2.patch

Based on the feedback, I am renaming the pig jars to the old names. I had 
changed names to make them compatible with the maven naming standard. I am also 
putting pig.jar to maven repository rather than the pig-core-{version}.jar to 
the maven repo as the udf builders need the full jar rather than just the core 
jar.

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch, mvn_pig_2.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1334) Make pig artifacts available through maven

2010-07-07 Thread niraj rai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

niraj rai updated PIG-1334:
---

Attachment: mvn-pig.patch

Hi,
 I have made change to copy the core pig.jar available to the maven 
repository. I have made it dependent on hadoop jar so that it pulls the hadoop 
jar. Please send me your feedback.
Thanks
Niraj

 Make pig artifacts available through maven
 --

 Key: PIG-1334
 URL: https://issues.apache.org/jira/browse/PIG-1334
 Project: Pig
  Issue Type: Improvement
Reporter: Olga Natkovich
Assignee: niraj rai
 Fix For: 0.8.0

 Attachments: mvn-pig.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.