GithubHelp home page GithubHelp logo

Comments (5)

datawarlock avatar datawarlock commented on May 24, 2024

Could you please post the copybook you are using for serde3. That error is usually related to a structural issue with the layout.

Serde3 should be used over Serde2.

from cobol-to-hive.

kamelia78 avatar kamelia78 commented on May 24, 2024

Hello!

Yes sure:
20 DOC2-V-ID PIC X(17). 20 DOC2-N-DATA PIC S9(04) COMP-3. 20 DOC2-VAL-DATA PIC X(100).

from cobol-to-hive.

datawarlock avatar datawarlock commented on May 24, 2024

Use this:

01 DOC2.
20 DOC2-V-ID PIC X(17).
20 DOC2-N-DATA PIC S9(04) COMP-3.
20 DOC2-VAL-DATA PIC X(100).

from cobol-to-hive.

rbheemana avatar rbheemana commented on May 24, 2024

Use this: Since there is a issue with even numbered COMP-3 variables. Hope this resolves the issue.
01 DOC2.
20 DOC2-V-ID PIC X(17).
20 DOC2-N-DATA PIC S9(5) COMP-3.
20 DOC2-VAL-DATA PIC X(100).

from cobol-to-hive.

karthiktsb avatar karthiktsb commented on May 24, 2024

Hi,

I tried using the CobolSerde.jar which was downloaded from here and when I try to add the jar file in Hive it gives me the following error -

Illegal character in scheme name at index 0: 'hdfs://hdpdev/user/ktk/hive/jars/CobolSerde.jar'
Query returned non-zero code: 1, cause: java.net.URISyntaxException: Illegal character in scheme name at index 0: 'hdfs://hdpdev/user/kthiruk/hive/jars/CobolSerde.jar'
..

Could someone please help with resolving this error.

from cobol-to-hive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.