[jira] Created: (PIG-1508) Make 'docs' target (forrest) work with Java 1.6

2010-07-20 Thread Carl Steinbach (JIRA)
Make 'docs' target (forrest) work with Java 1.6
---

 Key: PIG-1508
 URL: https://issues.apache.org/jira/browse/PIG-1508
 Project: Pig
  Issue Type: Bug
  Components: documentation
Affects Versions: 0.7.0
Reporter: Carl Steinbach


FOR-984 covers the very inconvenient fact that Forrest 0.8 does not work with 
Java 1.6
The same ticket also suggests a workaround: disabling sitemap and stylesheet 
validation
by setting the forrest.validate.sitemap and forrest.validate.stylesheets 
properties to false.

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



[jira] Created: (PIG-1509) Add .gitignore file

2010-07-20 Thread Carl Steinbach (JIRA)
Add .gitignore file
---

 Key: PIG-1509
 URL: https://issues.apache.org/jira/browse/PIG-1509
 Project: Pig
  Issue Type: Improvement
  Components: build
Reporter: Carl Steinbach


Add a .gitignore file (equivalent to svn:ignore) for those using git-svn.

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



[jira] Updated: (PIG-1508) Make 'docs' target (forrest) work with Java 1.6

2010-07-20 Thread Carl Steinbach (JIRA)

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

Carl Steinbach updated PIG-1508:


Status: Patch Available  (was: Open)

 Make 'docs' target (forrest) work with Java 1.6
 ---

 Key: PIG-1508
 URL: https://issues.apache.org/jira/browse/PIG-1508
 Project: Pig
  Issue Type: Bug
  Components: documentation
Affects Versions: 0.7.0
Reporter: Carl Steinbach
 Attachments: PIG-1508.patch.txt


 FOR-984 covers the very inconvenient fact that Forrest 0.8 does not work with 
 Java 1.6
 The same ticket also suggests a workaround: disabling sitemap and stylesheet 
 validation
 by setting the forrest.validate.sitemap and forrest.validate.stylesheets 
 properties to false.

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



[jira] Updated: (PIG-1508) Make 'docs' target (forrest) work with Java 1.6

2010-07-20 Thread Carl Steinbach (JIRA)

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

Carl Steinbach updated PIG-1508:


Attachment: PIG-1508.patch.txt

PIG-1508.patch.txt:
* set forrest.validate.sitemap=false in forrest.properties
* Remove java5 specific settings in build.xml
* Remove java5 specific settings in test-patch.sh


 Make 'docs' target (forrest) work with Java 1.6
 ---

 Key: PIG-1508
 URL: https://issues.apache.org/jira/browse/PIG-1508
 Project: Pig
  Issue Type: Bug
  Components: documentation
Affects Versions: 0.7.0
Reporter: Carl Steinbach
 Attachments: PIG-1508.patch.txt


 FOR-984 covers the very inconvenient fact that Forrest 0.8 does not work with 
 Java 1.6
 The same ticket also suggests a workaround: disabling sitemap and stylesheet 
 validation
 by setting the forrest.validate.sitemap and forrest.validate.stylesheets 
 properties to false.

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



[jira] Updated: (PIG-1509) Add .gitignore file

2010-07-20 Thread Carl Steinbach (JIRA)

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

Carl Steinbach updated PIG-1509:


Status: Patch Available  (was: Open)

 Add .gitignore file
 ---

 Key: PIG-1509
 URL: https://issues.apache.org/jira/browse/PIG-1509
 Project: Pig
  Issue Type: Improvement
  Components: build
Reporter: Carl Steinbach
 Attachments: PIG-1509.patch.txt


 Add a .gitignore file (equivalent to svn:ignore) for those using git-svn.

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



[jira] Updated: (PIG-1509) Add .gitignore file

2010-07-20 Thread Carl Steinbach (JIRA)

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

Carl Steinbach updated PIG-1509:


Attachment: PIG-1509.patch.txt

 Add .gitignore file
 ---

 Key: PIG-1509
 URL: https://issues.apache.org/jira/browse/PIG-1509
 Project: Pig
  Issue Type: Improvement
  Components: build
Reporter: Carl Steinbach
 Attachments: PIG-1509.patch.txt


 Add a .gitignore file (equivalent to svn:ignore) for those using git-svn.

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



[jira] Commented: (PIG-1331) Owl Hadoop Table Management Service

2010-03-27 Thread Carl Steinbach (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-1331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850639#action_12850639
 ] 

Carl Steinbach commented on PIG-1331:
-

bq. Owl's data access API, OwlInputFormat, provides a uniform API to access 
data stored in different storage format like Zebra, RCFile, SequenceFile, etc. 
Its a single data access abstraction on top of disparate data.

This sounds like Hive's SerDe interface. Are there any differences?

 Owl Hadoop Table Management Service
 ---

 Key: PIG-1331
 URL: https://issues.apache.org/jira/browse/PIG-1331
 Project: Pig
  Issue Type: New Feature
Affects Versions: 0.8.0
Reporter: Jay Tang
 Attachments: owl.contrib.3.tgz


 This JIRA is a proposal to create a Hadoop table management service: Owl. 
 Today, MapReduce and Pig applications interacts directly with HDFS 
 directories and files and must deal with low level data management issues 
 such as storage format, serialization/compression schemes, data layout, and 
 efficient data accesses, etc, often with different solutions. Owl aims to 
 provide a standard way to addresses this issue and abstracts away the 
 complexities of reading/writing huge amount of data from/to HDFS.
 Owl has a data access API that is modeled after the traditional Hadoop 
 !InputFormt and a management API to manipulate Owl objects.  This JIRA is 
 related to Pig-823 (Hadoop Metadata Service) as Owl has an internal metadata 
 store.  Owl integrates with different storage module like Zebra with a 
 pluggable architecture.
  Initially, the proposal is to submit Owl as a Pig contrib project.  Over 
 time, it makes sense to move it to a Hadoop subproject.

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